mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -41,11 +41,17 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief Stepper motor library
|
||||
* @defgroup stepper libupm-stepper
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for StepMotor Drivers
|
||||
*
|
||||
* This file defines the stepmotor C++ interface for libstepmotor
|
||||
*
|
||||
* @ingroup stepmotor
|
||||
* @snippet stepmotor.cxx Interesting
|
||||
*/
|
||||
class StepMotor {
|
||||
|
Reference in New Issue
Block a user