nunchuck: Adding doxygen comments

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-04-14 13:46:23 -07:00
parent c2b42842e4
commit 1ffbcd59ad

View File

@ -31,6 +31,19 @@
namespace upm {
/**
* @brief Wii Nunchuck library
* @defgroup nunchuck libupm-nunchuck
* @ingroup generic i2c accelerometer
*/
/**
* @library libupm-nunchuck
* @sensor nunchuck
* @comname Wii Nunchuck
* @type accelerometer
* @man generic
* @web http://wiibrew.org/wiki/Wiimote/Extension_Controllers
* @con i2c
*
* @brief C++ API for the Wii Nunchuck
*
* UPM module for the Wii Nunchuck. This module was tested with the
@ -46,8 +59,6 @@ namespace upm {
* should be on the same side as the grove interface socket on the
* adapter.
*
* @ingroup nunchuck
* @defgroup nunchuck libupm-nunchuck
* @snippet nunchuck.cxx Interesting
*/
class NUNCHUCK {