doc: fix new doxygen version warnings Signed-off-by: Ran Benita <ran234@gmail.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
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