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

@ -149,13 +149,18 @@ union accelData {
#define BIT(n) (1<<n)
/**
* @brief mma7455 accelerometer library
* @defgroup mma7455 libupm-mma7455
*/
/**
* @brief C++ API for MMA7455 chip (accelerometer)
*
* This file defines the MMA7455 C++ interface for libmma7455
*
* @ingroup mma7455
* @snippet mma7455.cxx Interesting
*
*/
class MMA7455 {
public: