From: Ran Benita Date: Fri, 20 Mar 2020 17:15:48 +0000 (+0200) Subject: doc: add missing `@since` tags X-Git-Tag: xkbcommon-1.0.0~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90e5aa8bc5897119a130a8666c8825eb8fe13dc7;p=platform%2Fupstream%2Flibxkbcommon.git doc: add missing `@since` tags Signed-off-by: Ran Benita --- diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index 5090eab..c091e5d 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -502,7 +502,7 @@ xkb_keysym_to_utf32(xkb_keysym_t keysym); * This function is the inverse of @ref xkb_keysym_to_utf32. In cases * where a single codepoint corresponds to multiple keysyms, returns * the keysym with the lowest value. - * + * * Unicode codepoints which do not have a special (legacy) keysym * encoding use a direct encoding scheme. These keysyms don't usually * have an associated keysym constant (XKB_KEY_*). @@ -511,6 +511,7 @@ xkb_keysym_to_utf32(xkb_keysym_t keysym); * defined Unicode planes this function returns XKB_KEY_NoSymbol. * * @sa xkb_keysym_to_utf32() + * @since 0.11.0 */ xkb_keysym_t xkb_utf32_to_keysym(uint32_t ucs); @@ -1195,6 +1196,7 @@ xkb_keymap_num_levels_for_key(struct xkb_keymap *keymap, xkb_keycode_t key, * @sa xkb_level_index_t * @sa xkb_mod_mask_t * @memberof xkb_keymap + * @since 0.11.0 */ size_t xkb_keymap_key_get_mods_for_level(struct xkb_keymap *keymap,