From af1acd6be7a80fee0ee31851cd35a738f8b0d52b Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Fri, 20 Mar 2015 17:04:29 -0700 Subject: [PATCH] th02.h: adding doxygen tags Signed-off-by: John Van Drasek --- src/th02/th02.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/th02/th02.h b/src/th02/th02.h index 9ec1424e..a71315d6 100644 --- a/src/th02/th02.h +++ b/src/th02/th02.h @@ -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: /**