mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +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,9 +41,6 @@ namespace upm {
|
||||
* @comname Microchip RN2903 LoRa radio
|
||||
* @type wifi
|
||||
* @con uart
|
||||
* @snippet rn2903.cxx Interesting
|
||||
* @snippet rn2903-p2p-tx.cxx Interesting
|
||||
* @snippet rn2903-p2p-rx.cxx Interesting
|
||||
*
|
||||
* @brief API for the Microchip RN2903 LoRa radio
|
||||
*
|
||||
@ -61,6 +58,10 @@ namespace upm {
|
||||
* operation within a LoRaWAN network, however methods are
|
||||
* provided to allow you to control the device directly so that
|
||||
* you can implement whatever solution you require.
|
||||
*
|
||||
* @snippet rn2903.cxx Interesting
|
||||
* @snippet rn2903-p2p-tx.cxx Interesting
|
||||
* @snippet rn2903-p2p-rx.cxx Interesting
|
||||
*/
|
||||
|
||||
class RN2903 {
|
||||
|
Reference in New Issue
Block a user