From 046c802e9655ce371ce35d88f74a6bf9b9d3cc96 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 12 Sep 2014 18:43:58 +0300 Subject: 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 --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1