From 6bd5909826cf78305532b5bfb92dbbed961c24a7 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Mon, 21 Nov 2016 18:59:09 -0500
Subject: remove obsolete doxygen XML tags

 "The items XML_SCHEMA and XML_DTD are not used and there is no plan
  for using them, so declared obsolete."
  -- Ddoxygen commit ba31ee73aad3bdc6b3854add2db01c302c9cf19c
  This patch reduces noise about obsolete settings from Doxygen.
---
 docs/doxygen/Doxyfile.swig_doc.in | 12 ------------
 1 file changed, 12 deletions(-)

(limited to 'docs/doxygen/Doxyfile.swig_doc.in')

diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in
index 37a4d2a710..63bd51de42 100644
--- a/docs/doxygen/Doxyfile.swig_doc.in
+++ b/docs/doxygen/Doxyfile.swig_doc.in
@@ -1471,18 +1471,6 @@ GENERATE_XML           = YES
 
 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
-- 
cgit v1.2.3