Re: FW: [Doxygen-develop] Extracting more source struture in XML output
Brought to you by:
dimitri
From: Chris C. <do...@ke...> - 2004-10-08 16:53:40
|
On Fri, Oct 08, 2004 at 06:47:21PM +0200, Dimitri van Heesch wrote: > On Fri, Oct 08, 2004 at 03:32:51PM +0100, Chris Croughton wrote: > > > > What does Doxygen do if the same option occurs more than once? Take the > > last? That would make an easy way to override options for special > > cases. > > It will indeed take the last. To append to an option instead of overriding it > you can use OPTION += value. I can see I'm going to have fun with some makefiles. Better than my idea of having command-line switches. I can just set things up to append to the temporary control file as it runs through the make, then cat it on the end of the base one into doxygen... Thanks, Chris C |