diff --git a/src/tcs3414cs/tcs3414cs.h b/src/tcs3414cs/tcs3414cs.h index ae028c5a..68a9cc65 100644 --- a/src/tcs3414cs/tcs3414cs.h +++ b/src/tcs3414cs/tcs3414cs.h @@ -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 { diff --git a/src/th02/th02.h b/src/th02/th02.h index a71315d6..6a0aab02 100644 --- a/src/th02/th02.h +++ b/src/th02/th02.h @@ -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 *