Fix Doxygen CI failure in DeviceIdentity doc comments.
Replace angle-bracket suffix placeholders that Doxygen parsed as invalid HTML tags, restoring a clean WARN_AS_ERROR build on Ubuntu CI. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
|||||||
*
|
*
|
||||||
* @dname fromEui48
|
* @dname fromEui48
|
||||||
* @param eui Factory-programmed identifier from the 24AA025E48.
|
* @param eui Factory-programmed identifier from the 24AA025E48.
|
||||||
* @return DeviceIdentity with DigiRadio-<suffix> strings.
|
* @return DeviceIdentity with suffix-derived DigiRadio- strings.
|
||||||
* @pubstate none
|
* @pubstate none
|
||||||
*
|
*
|
||||||
* @author Michele Bigi
|
* @author Michele Bigi
|
||||||
@@ -86,7 +86,7 @@ public:
|
|||||||
* @brief softApSsid — setup SoftAP SSID for this unit.
|
* @brief softApSsid — setup SoftAP SSID for this unit.
|
||||||
*
|
*
|
||||||
* @dname softApSsid
|
* @dname softApSsid
|
||||||
* @return DigiRadio-<suffix> or the DigiRadio-setup fallback.
|
* @return SoftAP SSID (DigiRadio- plus suffix) or DigiRadio-setup fallback.
|
||||||
* @pubstate reads softApSsid_.
|
* @pubstate reads softApSsid_.
|
||||||
*
|
*
|
||||||
* @author Michele Bigi
|
* @author Michele Bigi
|
||||||
@@ -98,7 +98,7 @@ public:
|
|||||||
* @brief bluetoothName — GAP friendly name for the BT1035 module.
|
* @brief bluetoothName — GAP friendly name for the BT1035 module.
|
||||||
*
|
*
|
||||||
* @dname bluetoothName
|
* @dname bluetoothName
|
||||||
* @return DigiRadio-<suffix> or plain DigiRadio when unknown.
|
* @return Bluetooth friendly name (DigiRadio- plus suffix) or plain DigiRadio.
|
||||||
* @pubstate reads bluetoothName_.
|
* @pubstate reads bluetoothName_.
|
||||||
*
|
*
|
||||||
* @author Michele Bigi
|
* @author Michele Bigi
|
||||||
@@ -110,7 +110,7 @@ public:
|
|||||||
* @brief hostname — STA hostname / mDNS label (no .local suffix).
|
* @brief hostname — STA hostname / mDNS label (no .local suffix).
|
||||||
*
|
*
|
||||||
* @dname hostname
|
* @dname hostname
|
||||||
* @return digiradio-<suffix> or digiradio when unknown.
|
* @return STA hostname digiradio- plus suffix, or digiradio when unknown.
|
||||||
* @pubstate reads hostname_.
|
* @pubstate reads hostname_.
|
||||||
*
|
*
|
||||||
* @author Michele Bigi
|
* @author Michele Bigi
|
||||||
|
|||||||
Reference in New Issue
Block a user