From 63b54555eb34caf1d1dfebb53519891ee5116951 Mon Sep 17 00:00:00 2001 From: Jason Curl Date: Fri, 26 May 2017 21:03:20 +0200 Subject: [PATCH] Removed Doxygen warnings for 1.8.11 Issue: DOTNET-60 --- dll/serialunix/libnserial/doxyfile.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dll/serialunix/libnserial/doxyfile.in b/dll/serialunix/libnserial/doxyfile.in index 53ec6ceb..1ccd0004 100644 --- a/dll/serialunix/libnserial/doxyfile.in +++ b/dll/serialunix/libnserial/doxyfile.in @@ -1789,18 +1789,6 @@ GENERATE_XML = NO XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify a XML DTD, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -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 enabling this will significantly increase the size