Re: [Doxygen-users] generic variable for output directory
Brought to you by:
dimitri
|
From: Peter S. <pe...@gm...> - 2008-07-02 06:56:21
|
Hi,
as far as doxygen supports to evaluate environment variables within its config file, I'd recommend to write
OUTPUT_DIRECTORY="$(ENV1)/$(ENV2)"
in Doxyfile itself.
(This is the way I succeed in handing over environment variables to doxygen since years.)
Have a nice time,
Peter
-------- Original-Nachricht --------
> Datum: Wed, 2 Jul 2008 12:07:08 +0530
> Von: gj <imc...@gm...>
> An: mar...@is...
> CC: dox...@li...
> Betreff: [Doxygen-users] generic variable for output directory
> 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
--
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03
|