From 4d86a9a7bc3df6d6f850339f46b329267f0ddb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sun, 8 Mar 2015 22:53:04 +0100 Subject: [PATCH] Remove Doxygen deprecated attributes --- Doxyfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Doxyfile b/Doxyfile index 37a4754..4a5a701 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1801,18 +1801,6 @@ GENERATE_XML = NO XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify a XML DTD, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -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 enabling this will significantly increase the size