summaryrefslogtreecommitdiff
path: root/documentation/Doxybook
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Doxybook')
-rw-r--r--documentation/Doxybook6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook
index fcc1afaf9..020c6eeda 100644
--- a/documentation/Doxybook
+++ b/documentation/Doxybook
@@ -1131,13 +1131,15 @@ XML_OUTPUT = xml
# which can be used by a validating XML parser to check the
# syntax of the XML files.
-XML_SCHEMA =
+# obsolete since doxygen 1.8.8
+# 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 =
+# obsolete since doxygen 1.8.8
+# XML_DTD =
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
# dump the program listings (including syntax highlighting