mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -41,9 +41,15 @@ namespace upm {
|
||||
#define TRUE HIGH
|
||||
#define FALSE LOW
|
||||
|
||||
/**
|
||||
* @brief ECS1030 electricity sensor library
|
||||
* @defgroup ecs1030 libupm-ecs1030
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for ECS1030 (electricity sensor)
|
||||
*
|
||||
* @ingroup ecs1030
|
||||
* @snippet ecs1030.cxx Interesting
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user