summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-09-18 21:09:41 +0300
committerRan Benita <ran234@gmail.com>2014-09-18 21:14:40 +0300
commit0aeb10951878714539e7e8486ddc98d4569ae67b (patch)
tree5b74e489cfbf5aa4f48aa9e44ac2a8eadc34ec74 /doc
parentc00df8857747093b9300e5697d968990e0482187 (diff)
downloadxorg-lib-libxkbcommon-0aeb10951878714539e7e8486ddc98d4569ae67b.tar.gz
doc: order the modules better
Explicitly specify the files in INPUT so that "X11 Support" appears after the main modules. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 3e43854..12e50dc 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -654,9 +654,11 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @abs_top_srcdir@/xkbcommon \
- @abs_top_srcdir@/README.md \
- @abs_top_srcdir@/doc/quick-guide.md
+INPUT = @abs_top_srcdir@/README.md \
+ @abs_top_srcdir@/doc/quick-guide.md \
+ @abs_top_srcdir@/xkbcommon/xkbcommon.h \
+ @abs_top_srcdir@/xkbcommon/xkbcommon-names.h \
+ @abs_top_srcdir@/xkbcommon/xkbcommon-x11.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is