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>master
parent
c00df88577
commit
0aeb109518
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue