On Wed, Jan 09, 2002 at 03:42:15PM -0800, Christian Hammond wrote:
> Attached is a patch that provides an XML_MULTIPLE_FILES configuration
> tag. When this option is set to YES (and when GENERATE_XML is set to
> YES, of course), Doxygen will generate a file for each namespace,
> file, class, struct, etc., similar to the output method for HTML.
What a coincedence! Just after releasing 1.2.13.1 I made similar changes
to the XML output (for memory saving reasons; just reading everything
into memory does not work for large projects). I also generate an index
where all other XML files are listed.
> I plan to write another patch later that would generate the other
> files similar to annotated.html, files.html, functions.html, etc. My
> current plan is to add another config option, but perhaps these files
> should just be generated along with the other files when
> XML_MULTIPLE_FILES is set?
I like the idea. This would make it easier for generating documentation
when working directly with the generated output. IMHO, there is no need
to make this optional.
Regards,
Dimitri
|