doxygen: remove deprecated (and unused) configuration

This commit is contained in:
Xavi Artigas 2020-02-28 11:01:37 +01:00
parent dc9750ae1c
commit 4c10f403bb
1 changed files with 0 additions and 12 deletions

View File

@ -1325,18 +1325,6 @@ GENERATE_XML = NO
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