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

@ -32,14 +32,19 @@ namespace upm {
#define LOL_X 14
#define LOL_Y 9
/**
* @brief Olimex LoL array library
* @defgroup lol libupm-lol
*/
/**
* @brief C++ API for Olimex LoL array
*
* This file defines the LoL API and implemntation for
* a simple framebuffer
* This file defines the LoL API and implemntation for a simple framebuffer
*
* @ingroup lol
* @snippet lol-example.cxx Interesting
*
*/
class LoL {
public: