diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-13 16:03:03 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-14 12:45:40 +0000 |
commit | 48086ac56d492e0bc688ac45fc51d33e6eacdb89 (patch) | |
tree | 751710186ef3602cfec179da5ddb6e32e54c116c /Doxyfile.in | |
parent | 916620ea96904ac88503f4b4a47e7e38024d64e4 (diff) | |
download | dbus-48086ac56d492e0bc688ac45fc51d33e6eacdb89.tar.gz |
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
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 80ee0d0a..afac639b 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 #--------------------------------------------------------------------------- |