Re:[Doxygen-users] Beginner question
Brought to you by:
dimitri
From: Philippe L. <Ph...@gm...> - 2001-11-23 09:17:32
|
> In the congig file, instead of having the > PROJECT_NUMBER fixed at 1.0., 2.0 or 3.0, etc., I > would like the PROJECT_NUMBER be dynamically named as > according to the date when I run doxygen. So, when I > run doxygen on 1 Jan 2001, I'll get to see the date of > the project as "1 Jan 2001" instead of a value like > 2.0. > > Is this possible? The only workaround i could think of > for now is to use sed to change the PROJECT NUMBER > before I run doxygen. [and that means I've to dig out > the sed manuals. :( ] From the Doxygen doc.: [in config. files] "Environment variables can be expanded using the pattern $(ENV_VARIABLE_NAME)." My suggestion: use a small script to set an environment variable to be the current date, then run Doxygen. BTW, a subject like "Setting PROJECT_NUMBER" or something like that is more useful than your :-) So we can search an archive and easily spot what we a looking for. Regards. -- --=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=-- Philippe Lhoste (Paris -- France) Professional programmer and amateur artist http://jove.prohosting.com/~philho/ --=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=-- Sent through GMX FreeMail - http://www.gmx.net |