summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-04-25 01:21:09 +0300
committerRan Benita <ran234@gmail.com>2014-04-25 01:21:09 +0300
commit770f3e4bda3b2973242910ee39774cf856850891 (patch)
treef8ea8dec6e68e16f8f9c34330e3a5b1a6002e942 /doc
parent67323f41a68ee835eb442fc7a9365054de8b56c1 (diff)
downloadxorg-lib-libxkbcommon-770f3e4bda3b2973242910ee39774cf856850891.tar.gz
doc: fix new doxygen version warnings
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in12
-rw-r--r--doc/quick-guide.md4
2 files changed, 2 insertions, 14 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 39a3bbe..3e43854 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1475,18 +1475,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
diff --git a/doc/quick-guide.md b/doc/quick-guide.md
index 6b336a4..ca62be1 100644
--- a/doc/quick-guide.md
+++ b/doc/quick-guide.md
@@ -22,8 +22,8 @@ can find complete and more complex examples in the source directory:
Also, the library contains many more functions for examining and using
the library context, the keymap and the keyboard state. See the
-hyper-linked reference documentation or go through the xkbcommon/*.h
-header files for more details.
+hyper-linked reference documentation or go through the header files in
+xkbcommon/ for more details.
## Code