diff --git a/src/wt5001/wt5001.h b/src/wt5001/wt5001.h index ccf32096..19610f2a 100644 --- a/src/wt5001/wt5001.h +++ b/src/wt5001/wt5001.h @@ -48,16 +48,31 @@ const uint8_t WT5001_START = 0x7e; const uint8_t WT5001_END = 0x7e; namespace upm { - - /** - * @brief C++ API for the WT5001 Serial MP3 module - * - * UPM support for the WT5001 Serial MP3 Module. This was tested - * specifically with the Grove Serial MP3 module. - * - * @ingroup grove uart - * @snippet wt5001.cxx Interesting - */ + /** + * @brief C++ API for the WT5001 Serial MP3 module + * + * UPM support for the WT5001 Serial MP3 Module. This was tested + * specifically with the Grove Serial MP3 module. + * + * @defgroup wt5001 libupm-wt5001 + * @ingroup seeed uart sound + */ + /** + * @library wt5001 + * @sensor wt5001 + * @comname Serial MP3 Module + * @type sound + * @man seeed + * @web http://www.seeedstudio.com/wiki/Grove_%E2%80%93_Serial_MP3_Player + * @con uart + * + * @brief C++ API for the WT5001 Serial MP3 module + * + * UPM support for the WT5001 Serial MP3 Module. This was tested + * specifically with the Grove Serial MP3 module. + * + * @snippet wt5001.cxx Interesting + */ class WT5001 { public: