struct gpiod_line_bulk;
/**
- * @defgroup __common__ Common helper macros
+ * @defgroup common Common helper macros
* @{
*
* Commonly used utility macros.
/**
* @}
*
- * @defgroup __high_level__ High-level API
+ * @defgroup high_level High-level API
* @{
*
* Simple high-level routines for straightforward GPIO manipulation without
/**
* @}
*
- * @defgroup __chips__ GPIO chip operations
+ * @defgroup chips GPIO chip operations
* @{
*
* Functions and data structures dealing with GPIO chips.
/**
* @}
*
- * @defgroup __lines__ GPIO line operations
+ * @defgroup lines GPIO line operations
* @{
*
* Functions and data structures dealing with GPIO lines.
*
- * @defgroup __line_bulk__ Operating on multiple lines
+ * @defgroup line_bulk Operating on multiple lines
* @{
*
* Convenience data structures and helper functions for storing and operating
/**
* @}
*
- * @defgroup __line_info__ Line info
+ * @defgroup line_info Line info
* @{
*
* Definitions and functions for retrieving kernel information about both
/**
* @}
*
- * @defgroup __line_request__ Line requests
+ * @defgroup line_request Line requests
* @{
*
* Interface for requesting GPIO lines from userspace for both values and
/**
* @}
*
- * @defgroup __line_value__ Reading & setting line values
+ * @defgroup line_value Reading & setting line values
* @{
*
* Functions allowing to read and set GPIO line values for single lines and
/**
* @}
*
- * @defgroup __line_config__ Setting line configuration
+ * @defgroup line_config Setting line configuration
* @{
*
* Functions allowing modification of config options of GPIO lines requested
/**
* @}
*
- * @defgroup __line_event__ Line events handling
+ * @defgroup line_event Line events handling
* @{
*
* Structures and functions allowing to poll lines for events and read them,
/**
* @}
*
- * @defgroup __line_misc__ Misc line functions
+ * @defgroup line_misc Misc line functions
* @{
*
* Functions that didn't fit anywhere else.
*
* @}
*
- * @defgroup __iterators__ Iterators for GPIO chips and lines
+ * @defgroup iterators Iterators for GPIO chips and lines
* @{
*
* These functions and data structures allow easy iterating over GPIO
/**
* @}
*
- * @defgroup __misc__ Stuff that didn't fit anywhere else
+ * @defgroup misc Stuff that didn't fit anywhere else
* @{
*
* Various libgpiod-related functions.