Remove two obsolete Doxygen directives
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 May 2015 08:09:48 +0000 (08:09 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 May 2015 08:09:48 +0000 (08:09 +0000)
Doxyfile.in

index c76de5f..773d89a 100644 (file)
@@ -922,18 +922,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