guvas12d: header updated with new tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-04-10 15:00:44 -07:00
parent 76a81c09f2
commit 0963b5e140

View File

@ -27,13 +27,25 @@
#include <mraa/aio.h>
namespace upm {
/**
* @brief UPM library for the GUVA-S12D Sensor
* @defgroup guvas12d libupm-guvas12d
* @ingroup seeed analog light
*/
/**
* @library guvas12d
* @sensor guvas12d
* @comname Grove UV Sensor
* @altname GUVA-S12D
* @type light
* @man seeed
* @con analog
*
* @brief C++ API for the GUVAS12D UV sensor module
*
* UPM module for the GUVAS12D UV Sensor
*
* @ingroup grove analog
* @snippet guvas12d.cxx Interesting
*/
class GUVAS12D {
@ -61,5 +73,3 @@ namespace upm {
mraa_aio_context m_aio;
};
}