[Doxygen-users] Overriding configuration options from command line
Brought to you by:
dimitri
From: Uwe B. <uw...@es...> - 2003-08-15 04:42:32
|
Greetings! I wonder whether it is possible to selectively override certain options = in a configuration file from the command line. In particular, I have a = configuration file 'config.dox' that contains the line: QUIET =3D NO giving me plenty of feedback when used like this: % doxygen config.dox Sometimes, however I don't want all this output. What I want is to be = able to suppress the output, without affecting anything else in the = configuration file. Thus, rather than having a second configuration = file that is identical to 'config.dox' but with 'QUIET =3D YES' (and the = associated problems of keeping the two files in sync), I'd prefer = something like: % doxygen -c "QUIET =3D YES" config.dox where the '-c' option tells doxygen to use the next argument as a = 'configuration override' for whatever is specified in 'config.dox'. Is that possible? I searched the manual but couldn't find anything = referring to this. If it's currently not possible, can it be added? =20 Thanks a lot! --=20 ______________________________________________________________________ Uwe Behrens <be...@ac...> (aka <uw...@es...>) |