From 48086ac56d492e0bc688ac45fc51d33e6eacdb89 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 13 Jan 2011 16:03:03 +0000 Subject: [PATCH] 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 --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #--------------------------------------------------------------------------- -- 2.7.4