summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-03-23 14:32:12 +0200
committerRan Benita <ran234@gmail.com>2014-03-27 17:11:48 +0200
commitaa3e82364249e93d05b0c3eed4b050ec5d038478 (patch)
tree0dea7c1673f20356fed759592266e69286bec711 /doc/Doxyfile.in
parent3cfa7fdac829b9f51aa70ae38f38295265edb2d1 (diff)
downloadxorg-lib-libxkbcommon-aa3e82364249e93d05b0c3eed4b050ec5d038478.tar.gz
doc: add a quick guide to the library
This is a nice intro to the documentation, and also preferably gently pushes users to the "proper way" of using the library, which can be confusing. See also: http://fooishbar.org/tell-me-about/xkbcommon-intro/ Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index bc4f78e..57b58ee 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -655,7 +655,8 @@ WARN_LOGFILE =
# with spaces.
INPUT = @abs_top_srcdir@/xkbcommon \
- @abs_top_srcdir@/README
+ @abs_top_srcdir@/README \
+ @abs_top_srcdir@/doc/quick-guide.md
# 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