shithub: libvpx

Download patch

ref: 3bfadfcd6299bfc8b0a88bf877adad24247fcf0e
parent: 3b85a5beb7fedba88540d74fd7fe8f89b2f578cb
author: Johann <johannkoenig@google.com>
date: Wed Jan 24 09:29:07 EST 2018

remove obsolete doxygen tags

warning: Tag `XML_SCHEMA' at line 941 of file `doxyfile' has become obsolete.

warning: Tag `XML_DTD' at line 947 of file `doxyfile' has become obsolete.

Change-Id: I85e39c4fb154569b8d7f68bdf362408983e9bd4f

--- a/libs.doxy_template
+++ b/libs.doxy_template
@@ -943,18 +943,6 @@
 
 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