From aae7b4e0bc53df65803c7ec932f779d83dd24002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sun, 8 Dec 2013 12:35:40 +0100 Subject: [PATCH] Put libinput_interface struct below base doxygen group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- src/libinput.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 49948306..bfc405b3 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -228,6 +228,10 @@ struct libinput_event_touch_touch { enum libinput_touch_type touch_type; }; +/** + * @defgroup base Initialization and manipulation of libinput contexts + */ + struct libinput_interface { int (*open_restricted)(const char *path, int flags, void *user_data); void (*close_restricted)(int fd, void *user_data); @@ -238,10 +242,6 @@ struct libinput_interface { void *user_data); }; -/** - * @defgroup base Initialization and manipulation of libinput contexts - */ - /** * @ingroup base *