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