mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user