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

@ -41,7 +41,6 @@ namespace upm {
* @comname Generic AT Command Based UART Device
* @type other
* @con uart
* @snippet uartat-le910.cxx Interesting
*
* @brief API for a Generic AT command based UART device
*
@ -49,6 +48,8 @@ namespace upm {
* devices that utilize an "AT" command set. Typically these
* devices are Radios, Modems, and similar devices that are
* configured and controlled by emitting "AT" commands.
*
* @snippet uartat-le910.cxx Interesting
*/
class UARTAT {