From: Simon McVittie Date: Thu, 13 Jan 2011 16:03:03 +0000 (+0000) Subject: Generate XML from Doxygen X-Git-Tag: dbus-1.4.8~14^2^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48086ac56d492e0bc688ac45fc51d33e6eacdb89;p=platform%2Fupstream%2Fdbus.git Generate XML from Doxygen This is a useful input format for XSLT, for instance to make a Devhelp index. Originally from Matthias Clasen in Fedora's dbus/1.0.1-2 package, via Ubuntu, Debian and Maemo. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=13495 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454142 --- diff --git a/Doxyfile.in b/Doxyfile.in index 80ee0d0..afac639 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -133,7 +133,7 @@ MAN_LINKS = YES #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- -GENERATE_XML = NO +GENERATE_XML = YES #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #---------------------------------------------------------------------------