summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 371a6a0..40e2611 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -433,7 +433,10 @@ INPUT = libxklavier
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
FILE_PATTERNS = xklavier.h \
- xklavier_config.h
+ xkl_config_item.h \
+ xkl_config_rec.h \
+ xkl_config_registry.h \
+ xkl_engine.h
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.