doxygen: remove deprecated (and unused) configuration
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 28 Feb 2020 10:01:37 +0000 (11:01 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Mar 2020 21:16:51 +0000 (06:16 +0900)
doc/Doxyfile.in

index db4e63c..0a62bfd 100644 (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