th02.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:04:29 -07:00
parent 8388a2867a
commit af1acd6be7

View File

@ -62,6 +62,34 @@ namespace upm {
* @ingroup th02
* @snippet th02.cxx Interesting
*/
/**
* @brief C++ API for th02 temperature & humidity sensor library
*
* This file defines the TH02 C++ interface for libth02
*
* @defgroup th02 libupm-th02
* @ingroup seeed i2c temp
*/
/**
* @library th02
* @sensor th02
* @comname temperature and humidity sensor
* @type temp
* @man seeed
* @web http://www.seeedstudio.com/wiki/Grove_-_Tempture%26Humidity_Sensor_(High-Accuracy_%26Mini)_v1.0
* @con i2c
*
* @brief C++ API for th02 temperature & humidity sensor library
*
* This file defines the TH02 C++ interface for libth02
*
* @snippet th02.cxx Interesting
*/
class TH02 {
public:
/**