Commit 0aeb10951878714539e7e8486ddc98d4569ae67b

Ran Benita 2014-09-18T21:09:41

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>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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