]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Remove obsolete Doxygen tags
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 10:26:35 +0000 (12:26 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 10:26:35 +0000 (12:26 +0200)
This removes doxygen warnings.

rpp/doc/api/Doxyfile

index e01336db3586c9077ad0801a27974147a14d6a3f..7733aa21b5719872f814bf39a2edcc0b95f21cbc 100644 (file)
@@ -1474,18 +1474,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