X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Doxyfile.in;fp=Doxyfile.in;h=773d89abd94f88783c6afc44e748fe273ae40989;hp=c76de5f1ccfbc928e63fdcb7d34a0d2684decb96;hb=2ecbd5b9ef01b856c6dfa13023ae361fc71b7c44;hpb=d654b817f2bdb80102dd663d78f31ab3eea4f6bd diff --git a/Doxyfile.in b/Doxyfile.in index c76de5f..773d89a 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -922,18 +922,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