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

@ -35,13 +35,18 @@ struct thresholdContext {
namespace upm {
/**
* @brief analog microphone library
* @defgroup mic libupm-mic
*/
/**
* @brief C++ API for Microphone
*
* This file defines the Microphone Analog sensor
*
* @ingroup mic
* @snippet mic-example.cxx Interesting
*
*/
class Microphone {
public: