From: Johann Date: Wed, 24 Jan 2018 22:29:07 +0000 (-0800) Subject: remove obsolete doxygen tags X-Git-Tag: v1.8.0~870^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bfadfcd6299bfc8b0a88bf877adad24247fcf0e;p=libvpx 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 --- diff --git a/libs.doxy_template b/libs.doxy_template index 5a8f84728..1eacc8fe2 100644 --- a/libs.doxy_template +++ b/libs.doxy_template @@ -943,18 +943,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