From 2de6df3bb7b0f4e8ed7e2d59f3b29069cb9f9a52 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 29 Mar 2016 08:33:34 +1000 Subject: [PATCH] Fix two doxygen groupings Signed-off-by: Peter Hutterer (cherry picked from commit 455498e9d720c00b2d92d3dcf603a62dbc122a8e) --- src/libinput.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.