aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen
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 /doc/doxygen
parentscanner: Generate macros for getting the 'since' version of an event (diff)
downloadwayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar.gz
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar.bz2
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar.lz
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar.xz
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.tar.zst
wayland-3e007aef2fc1b8f1e5a4d4367f03d2497f1301e9.zip
doc: Remove obsolete doxygen tags
Diffstat (limited to 'doc/doxygen')
-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