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,8 +33,8 @@ namespace upm {
*
* This file defines the ES08A C++ interface for libes08a
*
* @ingroup servo
* @snippet es08a.cxx Interesting
*
*/
class ES08A : public Servo {
public:

View File

@ -36,10 +36,8 @@ namespace upm {
#define LOW 0
/**
* @brief Base class for other servo components
*
* PMOD pins for MAX44000PMB1 board
*
* @brief servo libraries
* @defgroup servo libupm-servo
*/
class Servo {
public: