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

@ -62,11 +62,15 @@ struct Time3231 {
uint8_t weekDay;
};
/**
* @brief maxds3231m proximity sensor library
* @defgroup maxds3231m libupm-maxds3231m
*/
/**
* @brief C++ API for MAXDS3231M chip (Ambient and Infrared Proximity Sensor)
*
* This file defines the MAXDS3231M C++ interface for libmax44000
*
* @ingroup maxds3231m
*/
class MAXDS3231M {
public: