From: Bartosz Golaszewski Date: Wed, 12 Jul 2017 17:18:24 +0000 (+0200) Subject: gpiod.h: remove the separate doxygen group for events X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=59bfd579eb5fcb0f4cc0f4c9a4feeb1fb3fad76c;p=qemu-gpiodev%2Flibgpiod.git gpiod.h: remove the separate doxygen group for events Much of the event functionality has been merged with regular GPIO line definitions. We no longer need a separate group for events in the documentation. Signed-off-by: Bartosz Golaszewski --- diff --git a/include/gpiod.h b/include/gpiod.h index f864ff9..e423cdd 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -679,13 +679,6 @@ struct gpiod_line * gpiod_line_find_by_name(const char *name) GPIOD_API; */ struct gpiod_chip * gpiod_line_get_chip(struct gpiod_line *line) GPIOD_API; -/** - * @defgroup __line_events__ Line event operations - * @{ - * - * Functions and data structures for requesting and reading GPIO line events. - */ - /** * @brief Event types. */ @@ -761,8 +754,6 @@ int gpiod_line_event_get_fd(struct gpiod_line *line) GPIOD_API; int gpiod_line_event_read_fd(int fd, struct gpiod_line_event *event) GPIOD_API; /** - * @} - * * @} * * @defgroup __iterators__ Iterators for GPIO chips and lines