tcs3414cs.h: adding doxygen tags

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-03-20 17:10:16 -07:00
parent af1acd6be7
commit 1e7f1f7cf2
2 changed files with 17 additions and 25 deletions

View File

@ -104,17 +104,27 @@ typedef struct {
uint16_t clr;
} tcs3414sc_rgb_t;
/**
* @brief tcs3414cs color sensor library
* @defgroup tcs3414cs libupm-tcs3414cs
*/
/**
* @brief C++ API for TCS3414CS chip (Color sensor)
*
* This file defines the TCS3414CS C++ interface for libtcs3414cs
* his file defines the TCS3414CS C++ interface for the color sensor
*
* @defgroup tcs3414cs libupm-tcs3414cs
* @ingroup seeed i2c color
*/
/**
* @library tcs3414cs
* @sensor tcs3414cs
* @comname Color sensor
* @type color
* @man seeed
* @web http://www.seeedstudio.com/wiki/Grove_-_I2C_Color_Sensor
* @con i2c
*
* @brief C++ API for TCS3414CS chip (Color sensor)
*
* This file defines the TCS3414CS C++ interface for the color sensor
*
* @ingroup tcs3414cs i2c
* @snippet tcs3414cs.cxx Interesting
*/
class TCS3414CS {

View File

@ -49,24 +49,6 @@
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.cxx Interesting
*/
/**
* @brief C++ API for th02 temperature & humidity sensor library
*