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:
@ -29,6 +29,11 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief Analog Joystick library
|
||||
* @defgroup joystick libupm-joystick
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for Elecfreaks Joystick v 1.2-1.4 breakout
|
||||
*
|
||||
@ -36,8 +41,8 @@ namespace upm {
|
||||
* button could be treated as normal GPIO, this enables easier
|
||||
* interrupt support
|
||||
*
|
||||
* @ingroup joystick
|
||||
* @snippet joystick12-example.cxx Interesting
|
||||
*
|
||||
*/
|
||||
class Joystick12 {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user