Re: [Doxygen-develop] Visual studio macros for OUTPUT_DIRECTORY
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2021-06-02 07:43:06
|
As far as I can see this works in doxygen. - which version of doxygen are you using? - the OutputDir has to be set otherwise the used directory will be the root - the output directory is not created recursively so the path up to the last directory has to exists (so in case OutputDir=a/b/c/d/e the path a/b/c/d has to exist, the e will be created). A proposed patch ( https://github.com/doxygen/doxygen/pull/8444) exists though. - note the comment in a Doxyfile is not // but # (but in the question probably just to indicate the problem) <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avg.com <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Jun 2, 2021 at 7:56 AM Marius Zavincu <mar...@gm...> wrote: > Hi, > > I want to be able to use Visual Studio macros to define the > OUTPUT_DIRECTORY inside the configuration file but I noticed that it is not > working. I am able to use these macros for PROJECT_LOGO for example. > > PROJECT_LOGO = $(ProjectDir)logo/logo.jpg // this is working > fine > OUTPUT_DIRECTORY =$(OutputDir)/ // this does not work for me. > > I am calling this config file from command line. I am using the latest > doxy exe file. > > call $(ProjectDir)doxygen.exe $(ProjectDir)doxyfile > > Can someone help me with this? How can I use macros for OUTPUT_DIRECTORY? > > -- > Marius Zavincu, > Software Engineer, > Tel: +40745660920 > > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > |