Finish first round of API documentation

There are a few @todo's, but nothing serious.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-10-05 16:23:03 +02:00
parent f43b33c02f
commit 3477d9e448
2 changed files with 521 additions and 146 deletions

View File

@ -242,7 +242,7 @@ xkb_keymap_num_leds(struct xkb_keymap *keymap)
}
/**
* Returns the name for a given group.
* Returns the name for a given LED.
*/
XKB_EXPORT const char *
xkb_keymap_led_get_name(struct xkb_keymap *keymap, xkb_led_index_t idx)
@ -255,7 +255,7 @@ xkb_keymap_led_get_name(struct xkb_keymap *keymap, xkb_led_index_t idx)
}
/**
* Returns the index for a named group.
* Returns the index for a named LED.
*/
XKB_EXPORT xkb_led_index_t
xkb_keymap_led_get_index(struct xkb_keymap *keymap, const char *name)

File diff suppressed because it is too large Load Diff