Re: [Doxygen-users] generic variable for output directory
Brought to you by:
dimitri
|
From: Martin J. <mar...@is...> - 2008-06-26 13:21:55
|
On 26.06.2008 15:00, gj wrote: > 1) Can i pass path info with the doxygen command ?? > e.g. doxygen -path path_name config_file What should be the effect of this -path option? In case you just want to override a Doxygen parameter on the command line, maybe FAQ #17 can help? http://www.stack.nl/~dimitri/doxygen/faq.html > 2) Can i create a generic variable in the config file which can be > used for output directory > and html output directory?This generic variable can be environment > variable > e.g. OUTPUT_DIRECTORY = $OUTPUT_DIR > HTML_OUTPUT = $OUTPUT_DIR/html "Environment variables can be expanded using the pattern |$(ENV_VARIABLE_NAME)|." http://www.stack.nl/~dimitri/doxygen/config.html |