Put libinput_interface struct below base doxygen group

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2013-12-08 12:35:40 +01:00
parent 758e553645
commit aae7b4e0bc

View file

@ -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
*