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,6 +33,11 @@
namespace upm {
/**
* @brief max31723 temperature sensor library
* @defgroup max31723 libupm-max31723
*/
/**
* @brief C++ API for MAX31723 chip (Temperature sensor)
*
@ -43,6 +48,7 @@ namespace upm {
* module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from
* the analog PMOD kit.
*
* @ingroup max31723
* @snippet max31723.cxx Interesting
* @image html max31723.jpeg
*/