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

@ -49,13 +49,18 @@
namespace upm {
/**
* @brief th02 temperature & humidity sensor library
* @defgroup th02 libupm-th02
*/
/**
* @brief C++ API for TH02 chip (Temperature and Humidity Sensor Pro)
*
* This file defines the TH02 C++ interface for libth02
*
* @ingroup th02
* @snippet th02-example.cxx Interesting
*
*/
class TH02 {
public: