summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-07-21 11:15:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-07-21 11:16:38 +1000
commite82728ca2773d297d9103b14edceff1a9c12833e (patch)
tree7b1b874213462488d03f7dfd13be0cca20115a6a
parent858f0095653ce4b5f4a099bd2afbdcf616e5764a (diff)
downloadlibinput-e82728ca2773d297d9103b14edceff1a9c12833e.tar.gz
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>
-rw-r--r--src/libinput.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libinput.h b/src/libinput.h
index 0d4b79cb..7d33f2b2 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -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.
*