Fix two doxygen errors
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 21 Jul 2014 01:15:43 +0000 (11:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 21 Jul 2014 01:16:38 +0000 (11:16 +1000)
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>
src/libinput.h

index 0d4b79c..7d33f2b 100644 (file)
@@ -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.
  *