summaryrefslogtreecommitdiff
path: root/src/libinput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-03-29 08:33:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-03-29 08:33:34 +1000
commit455498e9d720c00b2d92d3dcf603a62dbc122a8e (patch)
tree8a82bb2609a0c2e5aad8bf8150c855297d02b091 /src/libinput.h
parenta1d8687a7910347f7ea1b8745b09589f228027ee (diff)
Fix two doxygen groupings
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/libinput.h')
-rw-r--r--src/libinput.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libinput.h b/src/libinput.h
index cf33492f..819efa82 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -541,6 +541,8 @@ struct libinput_event_touch *
libinput_event_get_touch_event(struct libinput_event *event);
/**
+ * @ingroup event
+ *
* Return the gesture event that is this input event. If the event type does
* not match the gesture event types, this function returns NULL.
*
@@ -973,7 +975,7 @@ enum libinput_pointer_axis_source
libinput_event_pointer_get_axis_source(struct libinput_event_pointer *event);
/**
- * @ingroup pointer
+ * @ingroup event_pointer
*
* Return the axis value in discrete steps for a given axis event. How a
* value translates into a discrete step depends on the source.