summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-09-12 18:43:58 +0300
committerRan Benita <ran234@gmail.com>2014-10-03 00:15:39 +0300
commit046c802e9655ce371ce35d88f74a6bf9b9d3cc96 (patch)
tree098a31accd93fb5ef90e216d25816e115960bb5d /doc
parent29a1a7800884b9c1f1c0dcb744f62cd72c3ee9c0 (diff)
downloadxorg-lib-libxkbcommon-046c802e9655ce371ce35d88f74a6bf9b9d3cc96.tar.gz
compose: add xkbcommon-compose - API
xkbcommon-compose is a Compose implementation for xkbcommon. It mostly behaves like libX11's Compose, but the support is somewhat low-level and is not transparent like in libX11. The user must add some supporting code in order to utilize it. The intended audience are users who use xkbcommon but not a full-blown input method. With this they can add Compose support in a straightforward manner, so they have a fairly complete keyboard input for Latin-like languages at least. See the header documentation for details. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7a4be9c..910e8a7 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -658,7 +658,8 @@ 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
+ @abs_top_srcdir@/xkbcommon/xkbcommon-x11.h \
+ @abs_top_srcdir@/xkbcommon/xkbcommon-compose.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