2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

fixed doxygen warnings

This commit is contained in:
Adam Long 2015-10-10 01:04:24 +00:00
parent ce1083d970
commit 6010571f2f

View File

@ -1471,18 +1471,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