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 <bartekgola@gmail.com>
*/
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.
*/
int gpiod_line_event_read_fd(int fd, struct gpiod_line_event *event) GPIOD_API;
/**
- * @}
- *
* @}
*
* @defgroup __iterators__ Iterators for GPIO chips and lines