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

@ -108,11 +108,17 @@ struct AxisData {
Vector3D data;
};
/**
* @brief mpu9150 sensor library
* @defgroup mpu9150 libupm-mpu9150
*/
/**
* @brief C++ API for MPU9150 chip (Accelrometer, Gyro and Magnometer Sensor)
*
* This file defines the MPU9150 C++ interface for libmpu9150
*
* @ingroup mpu9150
* @snippet mpu9150-example.cxx Interesting
*/
class MPU9150 {