documentation - How to use Doxygen from command line with relative paths in configuration file? -


i have problem creating documentation doxygen configuration file. call config file command: doxygen "%~dp0doc\pdf_user\dsctest2certificate_user.doxyfile". path returned %~dp0 correct , configuration file called correct , started. using realtive paths like: input = ../../src in doxygen config file, working nice, if call doxygen file eclox in eclipse , output build correctly. if call in cmd following error, folder/file not found: warning: source ../../src not readable file or directory... skipping.

can keep relative paths instead of absolut , why there no output directory created called latex? (if call in eclox plugin, there folder called latex near doxygen configuration file)

thank in advance.

edit: found solution myself: the default output directory directory in doxygen started. found on documentation site. saw in wrong directory , had cd fitting dir. not anymore doxygen "%~dp0doc\pdf_user\dsctest2certificate_user.doxyfile", -->

cd "%~dp0\doc\pdf_user\" doxygen dsctest2certificate_user.doxyfile 


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -