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

@ -34,12 +34,6 @@ namespace upm
*/
/**
* @brief API for LP8860 LED Lighting Controller
*
* The Texas Instrumements
* [LP8860-Q1](http://www.ti.com/product/lp8860-q1)
* Automotive Catalog Low-EMI, High-Performance 4-Channel LED Driver
*
* @library lp8860
* @sensor lp8860
* @comname LED Lighting Controller
@ -47,10 +41,15 @@ namespace upm
* @type light
* @man ti
* @con i2c
* @snippet lp8860.cxx Interesting
* @web http://www.ti.com/product/LP8860-Q1
* @if ilightcontroller
*
* @brief API for LP8860 LED Lighting Controller
*
* The Texas Instrumements
* [LP8860-Q1](http://www.ti.com/product/lp8860-q1)
* Automotive Catalog Low-EMI, High-Performance 4-Channel LED Driver
*
* @snippet lp8860.cxx Interesting
*/
class LP8860 : public upm::ILightController
{