upm.h: Added C++ interface doxygen categories.

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Henry Bruce 2016-01-19 16:58:37 -08:00 committed by Abhishek Malik
parent aff6e9c77f
commit f268437cd5

View File

@ -41,6 +41,11 @@
* @defgroup bycat Sensor Categories
*/
/**
* @brief Sensors grouped by C++ interface
* @defgroup byif C++ Interface
*/
/**
* @brief Sensors grouped by connection type
* @defgroup bycon Connection Type
@ -222,6 +227,47 @@
* @ingroup bycat
*/
////////////////////////////////////////////////////////////////// @cond IF
/// Groups for the various Sensor C++ Interfaces.
////////////////////////////////////////////////////////////////// @endcond IF
/**
* @brief Implements ILightSensor
* @defgroup ilightsensor ILightSensor
* @ingroup byif
*/
/**
* @brief Implements ILightController
* @defgroup ilightcontroller ILightController
* @ingroup byif
*/
/**
* @brief Implements IPressureSensor
* @defgroup ipressuresensor IPressureSensor
* @ingroup byif
*/
/**
* @brief Implements ITemperatureSensor
* @defgroup itemperaturesensor ITemperatureSensor
* @ingroup byif
*/
/**
* @brief Implements IADC
* @defgroup iadc IADC
* @ingroup byif
*/
/**
* @brief Implements ICOSensor
* @defgroup ic02sensor ICOSensor
* @ingroup byif
*/
////////////////////////////////////////////////////////////////// @cond CON
/// Groups for the various Connection Types.
////////////////////////////////////////////////////////////////// @endcond CON
@ -356,6 +402,24 @@
* @ingroup byman
*/
/**
* @brief Silicon Labs
* @defgroup silabs Silicon Labs
* @ingroup byman
*/
/**
* @brief Bosch
* @defgroup bosch Bosch
* @ingroup byman
*/
/**
* @brief Amphenol
* @defgroup amphenol Amphenol
* @ingroup byman
*/
////////////////////////////////////////////////////////////////// @cond KIT
/// Groups for the various Starter Kits.
////////////////////////////////////////////////////////////////// @endcond KIT