summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPierre Le Marre <dev@wismill.eu>2023-05-13 05:30:11 +0200
committerRan Benita <ran@unusedvar.com>2023-05-13 22:05:23 +0300
commitfc664cf1cc8c1cccd6137134cf5018d8fc9b1ca5 (patch)
tree12fb8a7be614eb9e96854cbd0620bee269a2aeca /meson.build
parent183761ac24544b355aaf362e62d05fa1c184baf8 (diff)
downloadxorg-lib-libxkbcommon-fc664cf1cc8c1cccd6137134cf5018d8fc9b1ca5.tar.gz
Improve documentation
- Add introduction to XKB - Embrace Doxygen features - More cross links
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 57fbc1c..b64427d 100644
--- a/meson.build
+++ b/meson.build
@@ -792,9 +792,11 @@ You can disable the documentation with -Denable-docs=false.''')
doxygen_input = [
'README.md',
+ 'doc/diagrams/xkb-configuration.dot',
'doc/doxygen-extra.css',
+ 'doc/introduction-to-xkb.md',
'doc/quick-guide.md',
- 'doc/compat.md',
+ 'doc/compatibility.md',
'doc/user-configuration.md',
'doc/rules-format.md',
'doc/keymap-format-text-v1.md',