mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 11:50:08 +01:00
Fix two doxygen errors
Add the config status enum to the config doxygen group, and remove a superfluous argument for an @ingroup command. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
858f009565
commit
e82728ca27
1 changed files with 6 additions and 1 deletions
|
|
@ -1417,6 +1417,11 @@ libinput_device_get_size(struct libinput_device *device,
|
|||
* in the right order.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup config
|
||||
*
|
||||
* Status codes returned when applying configuration settings.
|
||||
*/
|
||||
enum libinput_config_status {
|
||||
LIBINPUT_CONFIG_STATUS_SUCCESS = 0, /**< Config applied successfully */
|
||||
LIBINPUT_CONFIG_STATUS_UNSUPPORTED, /**< Configuration not available on
|
||||
|
|
@ -1425,7 +1430,7 @@ enum libinput_config_status {
|
|||
};
|
||||
|
||||
/**
|
||||
* @ingroup config Device configuration
|
||||
* @ingroup config
|
||||
*
|
||||
* Return a string describing the error.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue