summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyan Ding <stu_dby@126.com>2014-05-12 20:40:03 +0800
committerKristian Høgsberg <krh@bitplanet.net>2014-05-12 10:15:07 -0700
commit3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9 (patch)
treedc52996204f9e5f6457752d872119834be742a0f
parent35be5a7c65a47e3547c5b6250141e135ee109a6d (diff)
doc: Remove obsolete doxygen tags
-rw-r--r--doc/doxygen/wayland.doxygen.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/doxygen/wayland.doxygen.in b/doc/doxygen/wayland.doxygen.in
index c5544ac..e64512f 100644
--- a/doc/doxygen/wayland.doxygen.in
+++ b/doc/doxygen/wayland.doxygen.in
@@ -1355,18 +1355,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