summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-02-28 11:01:37 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-02-28 11:44:19 +0100
commit4c10f403bb2656d353e1144ab8e5f2f5411b73c8 (patch)
tree4df17271ef6a04b1baa79c5726938f9307675b39 /doc
parentdc9750ae1ce8d570a859f1a8a6040176033e833b (diff)
downloadefl-4c10f403bb2656d353e1144ab8e5f2f5411b73c8.tar.gz
doxygen: remove deprecated (and unused) configuration
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index db4e63cdb2..0a62bfdec7 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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