doxygen: updated library brief description tags

Touched on all library brief descriptions for better integration with ISS and fixed a few typos and connection tags in the process.

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-02-14 10:36:46 -08:00
parent a12baf379f
commit 4a1eb99d6d
205 changed files with 241 additions and 234 deletions

View File

@ -32,9 +32,14 @@
#include "light.h"
namespace upm {
/**
* @brief Analog Light Sensors Library
* @defgroup alight libupm-light
* @ingroup seeed analog light gsk
*/
/**
* @library light
* @library alight
* @sensor light
* @comname Analog Light Sensor
* @type light
@ -56,7 +61,7 @@ namespace upm {
class Light {
public:
/**
* analog light sensor constructor
* Analog light sensor constructor
*
* @param pin Analog pin to use
* @throws std::runtime_error on initialization error