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

@ -29,6 +29,11 @@
namespace upm {
/**
* @brief HMC5883l magnometer library
* @defgroup hmc5883l libupm-hmc5883l
*/
/**
* @brief C++ API for HMC5883l (3-axis digital compass)
*
@ -38,10 +43,10 @@ namespace upm {
* all done through an I2C interface. Different breakout boards are available,
* typically a 3V supply is all that is needed to power the sensor.
*
* @ingroup hmc5883l
* @snippet hmc5883l.cxx Interesting
* @image html hmc5883l.jpeg
*/
class Hmc5883l {
public:
/**