mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51: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:
@ -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:
|
||||
|
Reference in New Issue
Block a user