mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user