Browse Source

Pcbnew Python docs: remove obsolete Doxygen parameters

These two parameters were unused and were producing warings:

* XML_SCHEMA
* XML_DTD
pull/17/head
John Beard 8 years ago
committed by Wayne Stambaugh
parent
commit
34c6393b71
  1. 12
      pcbnew/Doxyfile_python

12
pcbnew/Doxyfile_python

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

Loading…
Cancel
Save