diff options
author | Ran Benita <ran234@gmail.com> | 2014-07-28 18:04:34 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-07-28 18:04:34 +0300 |
commit | 9db14323269a6983efe3ba7c1455d8e25d7f2df4 (patch) | |
tree | 690bc66db7a5bb9f2a39831c1201464cb1b6e98a | |
parent | b6295762668c4503f9e683166242a625727234c8 (diff) | |
download | libxkbcommon-9db14323269a6983efe3ba7c1455d8e25d7f2df4.tar.gz libxkbcommon-9db14323269a6983efe3ba7c1455d8e25d7f2df4.tar.bz2 libxkbcommon-9db14323269a6983efe3ba7c1455d8e25d7f2df4.zip |
docs: move keysym-transformations page to a better position
Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r-- | xkbcommon/xkbcommon.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index f81bed9..3f9fb6f 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -363,6 +363,13 @@ struct xkb_rule_names { }; /** + * @defgroup keysyms Keysyms + * Utility functions related to keysyms. + * + * @{ + */ + +/** * @page keysym-transformations Keysym Transformations * * Keysym translation is subject to several "keysym transformations", @@ -390,12 +397,6 @@ struct xkb_rule_names { * keysyms. */ -/** - * @defgroup keysyms Keysyms - * Utility functions related to keysyms. - * - * @{ - */ /** * Get the name of a keysym. |