aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/Doxyfile.in
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2015-10-15 16:19:47 -0700
committerAshish Chaudhari <ashish@ettus.com>2015-10-15 16:19:47 -0700
commit6f93ac01b519b5e01b01d7b8bcc106e58fd50721 (patch)
tree20a45813fc01be561d1974e83efd242a1196396d /host/docs/Doxyfile.in
parentea982f5f0d4b138f230638624c5e17fa3902706d (diff)
parenteb2f57a6241ce04a3d89c5f41557658387440c3f (diff)
downloaduhd-6f93ac01b519b5e01b01d7b8bcc106e58fd50721.tar.gz
uhd-6f93ac01b519b5e01b01d7b8bcc106e58fd50721.tar.bz2
uhd-6f93ac01b519b5e01b01d7b8bcc106e58fd50721.zip
Merge branch 'master' into ashish/gpio_atr_redux
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r--host/docs/Doxyfile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in
index dc4966011..d984b6f6b 100644
--- a/host/docs/Doxyfile.in
+++ b/host/docs/Doxyfile.in
@@ -1472,18 +1472,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