aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-15 15:12:14 +0100
committerMax Kellermann <max@duempel.org>2015-03-17 10:43:51 +0100
commita0e29b543580f8b3f32a28d53235421e1ab42d7b (patch)
tree7e405954397a740edf54b0c03871f02de21503ac /doc
parent65ff72cdf8d3fc8664893b55ca47fca284f34d87 (diff)
downloadmpd-a0e29b543580f8b3f32a28d53235421e1ab42d7b.tar.gz
mpd-a0e29b543580f8b3f32a28d53235421e1ab42d7b.tar.xz
mpd-a0e29b543580f8b3f32a28d53235421e1ab42d7b.zip
doc/doxygen.conf: remove XML section
It's disabled anyway.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.conf.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index 1d9d0ca7c..82bb8cdf7 100644
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
@@ -1030,41 +1030,6 @@ MAN_EXTENSION = .3
MAN_LINKS = NO
#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES Doxygen will
-# generate an XML file that captures the structure of
-# the code including all documentation.
-
-GENERATE_XML = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `xml' will be used as the default path.
-
-XML_OUTPUT = xml
-
-# The XML_SCHEMA tag can be used to specify an XML schema,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify an XML DTD,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_DTD =
-
-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
-# dump the program listings (including syntax highlighting
-# and cross-referencing information) to the XML output. Note that
-# enabling this will significantly increase the size of the XML output.
-
-XML_PROGRAMLISTING = YES
-
-#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------