doc: order the modules better
authorRan Benita <ran234@gmail.com>
Thu, 18 Sep 2014 18:09:41 +0000 (21:09 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 18 Sep 2014 18:14:40 +0000 (21:14 +0300)
Explicitly specify the files in INPUT so that "X11 Support" appears
after the main modules.

Signed-off-by: Ran Benita <ran234@gmail.com>
doc/Doxyfile.in

index 3e43854..12e50dc 100644 (file)
@@ -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