summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWismill <dev@wismill.eu>2023-04-30 21:30:36 +0200
committerGitHub <noreply@github.com>2023-04-30 22:30:36 +0300
commit0e9c2ec97e8f5280171002834243104b9f53a772 (patch)
tree6b70c3e0be2cf8446d288dcac8d64d918924ba09 /meson.build
parent003fdee1378382d4fef77089f5f4652cd2422c6a (diff)
downloadxorg-lib-libxkbcommon-0e9c2ec97e8f5280171002834243104b9f53a772.tar.gz
Improve the doc of the XKB keymap text format, V1 (#321)
- Add table of contents - Add terminology section - (WIP) Add Introduction to the format - Improve the keycode section - Improve the interpret section - Add guide to create and use modifiers - (WIP) Add actions documentation - Add cross-references - Add keysyms header to documentation
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8133cef..61c2f82 100644
--- a/meson.build
+++ b/meson.build
@@ -791,9 +791,10 @@ You can disable the documentation with -Denable-docs=false.''')
'doc/rules-format.md',
'doc/keymap-format-text-v1.md',
'include/xkbcommon/xkbcommon.h',
+ 'include/xkbcommon/xkbcommon-compose.h',
+ 'include/xkbcommon/xkbcommon-keysyms.h',
'include/xkbcommon/xkbcommon-names.h',
'include/xkbcommon/xkbcommon-x11.h',
- 'include/xkbcommon/xkbcommon-compose.h',
'include/xkbcommon/xkbregistry.h',
]
doxygen_data = configuration_data()