From fac705768d1d11d4f9e04918498c25ab7c88599e Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 30 May 2014 17:09:54 +0100 Subject: [PATCH] Doxyfile.in: remove deprecated options in doxygen 1.8 Signed-off-by: Brendan Le Foll --- Doxyfile.in | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index a8c7751..7d6a0e7 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -129,8 +129,6 @@ ABBREVIATE_BRIEF = "The $name class" \ ALWAYS_DETAILED_SEC = NO -DETAILS_AT_TOP = YES - # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment @@ -1846,18 +1844,6 @@ GENERATE_XML = YES 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