RE: [Doxygen-users] Overriding configuration file settings on the command line
Brought to you by:
dimitri
From: Darren B. <db...@ga...> - 2002-03-15 23:48:29
|
I have a similar issue. I assume command-line overrides do not exist. I plan on having a configuration file tree, using INCLUDE and INCLUDE_PATH in the "leaf" files. There will be one project-wide template, with output-specific templates in a second layer, followed by lowest-level templates. Roughly, the output-specific templates will cover "external documentation only, in latex/pdf" or "internal documentation, including source browser, in html". The lowest-level templates include INPUT, project name, and other module-specific stuff. There's duplication down here, since I need one low level template for each output-specific template I want. Alternatively, you could use a makefile to concatenate standalone partial templates into a single configuration file, and have different make targets for different mix-and-match combinations. Admittedly, both these mechanisms are not terribly flexible. They assume in advance the set of possible combinations. --Darren Busing -----Original Message----- From: Patrick Hartling [mailto:pa...@vr...] Sent: Friday, March 15, 2002 3:34 PM To: dox...@li... Subject: [Doxygen-users] Overriding configuration file settings on the command line Some time ago, I thought I saw that settings in a Doxygen configuration file could be overridden with command line options. Today, I have been searching the Doxygen manual and the mailing lists, but I cannot find any information on how to do that. Is it possible to use command line options to override configuration file settings? The reason I want to do this is to change output options for different output formats. For example, if I generate HTML, I would like source code to be included in the final HTML. If, however, I generate LaTeX (and, ultimately, a PDF file), I do not want the source code included because it makes the document too long. Maybe there is a better way to achieve these results that does not involve using command line options? -Patrick -- Patrick L. Hartling | Research Assistant, VRAC pa...@vr... | 2624 Howe Hall -- (515)294-4916 http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |