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:
@ -33,11 +33,17 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief FastPixel lpd8806 library
|
||||
* @defgroup lpd8806 libupm-lpd8806
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for LPD8806
|
||||
*
|
||||
* The FastPixel lpd8806 is an RGB led strip controller.
|
||||
*
|
||||
* @ingroup lpd8806
|
||||
* @snippet lpd8806-example.cxx Interesting
|
||||
* @image html lpd8806.jpeg
|
||||
*/
|
||||
|
Reference in New Issue
Block a user