[Doxygen-users] generic variable for output directory
Brought to you by:
dimitri
|
From: gj <imc...@gm...> - 2008-07-02 06:37:10
|
Hi Martin, My objective is to pass path info (which may be changed during the course of project) through command line. I tired to pass env variable using the process mentioned in the #17 but it gave an error as illegal variable. ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $(ENV1)/$ENV2/)" ) | doxygen Is there any way to implement the above? Thanks & Regards GJ |