doxygen: add groups for all modules

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-22 16:37:36 +01:00
parent e7a32b9882
commit befba8c18d
41 changed files with 202 additions and 37 deletions

View File

@ -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
*/