diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 11:01:37 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 11:44:19 +0100 |
commit | 4c10f403bb2656d353e1144ab8e5f2f5411b73c8 (patch) | |
tree | 4df17271ef6a04b1baa79c5726938f9307675b39 | |
parent | dc9750ae1ce8d570a859f1a8a6040176033e833b (diff) |
doxygen: remove deprecated (and unused) configuration
-rw-r--r-- | doc/Doxyfile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index db4e63cdb2..0a62bfdec7 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in | |||
@@ -1325,18 +1325,6 @@ GENERATE_XML = NO | |||
1325 | 1325 | ||
1326 | XML_OUTPUT = xml | 1326 | XML_OUTPUT = xml |
1327 | 1327 | ||
1328 | # The XML_SCHEMA tag can be used to specify an XML schema, | ||
1329 | # which can be used by a validating XML parser to check the | ||
1330 | # syntax of the XML files. | ||
1331 | |||
1332 | XML_SCHEMA = | ||
1333 | |||
1334 | # The XML_DTD tag can be used to specify an XML DTD, | ||
1335 | # which can be used by a validating XML parser to check the | ||
1336 | # syntax of the XML files. | ||
1337 | |||
1338 | XML_DTD = | ||
1339 | |||
1340 | # If the XML_PROGRAMLISTING tag is set to YES Doxygen will | 1328 | # If the XML_PROGRAMLISTING tag is set to YES Doxygen will |
1341 | # dump the program listings (including syntax highlighting | 1329 | # dump the program listings (including syntax highlighting |
1342 | # and cross-referencing information) to the XML output. Note that | 1330 | # and cross-referencing information) to the XML output. Note that |