From b9ed8a2dcd751584205b358127d69e1d9b4b3ffa Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Tue, 7 Jul 2026 09:42:55 +0200 Subject: [PATCH] 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 --- Software/components/core/include/core/DeviceIdentity.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Software/components/core/include/core/DeviceIdentity.hpp b/Software/components/core/include/core/DeviceIdentity.hpp index 98465c4..ca95803 100644 --- a/Software/components/core/include/core/DeviceIdentity.hpp +++ b/Software/components/core/include/core/DeviceIdentity.hpp @@ -50,7 +50,7 @@ public: * * @dname fromEui48 * @param eui Factory-programmed identifier from the 24AA025E48. - * @return DeviceIdentity with DigiRadio- strings. + * @return DeviceIdentity with suffix-derived DigiRadio- strings. * @pubstate none * * @author Michele Bigi @@ -86,7 +86,7 @@ public: * @brief softApSsid — setup SoftAP SSID for this unit. * * @dname softApSsid - * @return DigiRadio- or the DigiRadio-setup fallback. + * @return SoftAP SSID (DigiRadio- plus suffix) or DigiRadio-setup fallback. * @pubstate reads softApSsid_. * * @author Michele Bigi @@ -98,7 +98,7 @@ public: * @brief bluetoothName — GAP friendly name for the BT1035 module. * * @dname bluetoothName - * @return DigiRadio- or plain DigiRadio when unknown. + * @return Bluetooth friendly name (DigiRadio- plus suffix) or plain DigiRadio. * @pubstate reads bluetoothName_. * * @author Michele Bigi @@ -110,7 +110,7 @@ public: * @brief hostname — STA hostname / mDNS label (no .local suffix). * * @dname hostname - * @return digiradio- or digiradio when unknown. + * @return STA hostname digiradio- plus suffix, or digiradio when unknown. * @pubstate reads hostname_. * * @author Michele Bigi