doxygen: updated descriptions to clean up @con tags for xml generation

This ensures the generated xml paragraphs for the connection field won't have nested children and hence should be readable by the ISS parser properly

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-02-13 10:19:14 -08:00
parent 38817b72dc
commit a12baf379f
37 changed files with 82 additions and 76 deletions

View File

@ -37,6 +37,16 @@ namespace upm {
*/
/**
* @library si1132
* @sensor si1132
* @comname UV and Ambient Light Sensor
* @altname Si1132
* @type light
* @man silabs
* @con i2c
* @web http://www.silabs.com/products/sensors/infraredsensors/Pages/si1132.aspx
* @web https://www.silabs.com/Support%20Documents/TechnicalDocs/Si1132.pdf
*
* @brief API for Si1132 UV and Visible Light Sensor
*
* The Silicon Labs
@ -44,17 +54,7 @@ namespace upm {
* is a low-power, ultraviolet (UV) index, and ambient light sensor with I2C
* digital interface and programmable-event interrupt output.
*
* @library si1132
* @sensor si1132
* @comname UV and Ambient Light Sensor
* @altname Si1132
* @type light
* @man silabs
* @web http://www.silabs.com/products/sensors/infraredsensors/Pages/si1132.aspx
* @con i2c
* @snippet si1132.cxx Interesting
* @if ilightsensor
*/
class SI1132 : public ILightSensor {
public: