gpiod.h: remove the separate doxygen group for events
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 12 Jul 2017 17:18:24 +0000 (19:18 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 12 Jul 2017 17:18:24 +0000 (19:18 +0200)
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>
include/gpiod.h

index f864ff979a55ca6bf67c9cf2634f4145e7f01f28..e423cddebd8f05916d59ad64633db302c6317006 100644 (file)
@@ -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