RE: [Doxygen-users] sharing bits of a configuration file
Brought to you by:
dimitri
From: Dan M. <dm...@Cr...> - 2002-01-09 20:31:57
|
Yes, this is very easy to do. Check out the documentation for @INCLUDE=<filename>, at the very beginning of the Configuration section of the doxygen manual. Configuration options can be changed, last setting wins. This means that you can have a common set of configuration settings in a file, include it in another file, and add to or override any settings you like. > -----Original Message----- "Dalton, Barnaby" <Bar...@ra...> wrote: > > Is it possible to share (cascade) parts of configuration file. I am > generating documentation from a number of different > directories for which > the only differences are the project name and the > source/destination. At the > moment to make a formatting change I have to apply it all of > them in turn. > > Ideally I would be able to include the stuff that doesn't > change in one file > and include this in the actual configuration files. |