Skip to content

Commit 8581ab6

Browse files
committed
Try to fix Doxygen warnings
1 parent d589571 commit 8581ab6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

MyConfig.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@
15481548
//#define MY_MQTT_SUBSCRIBE_TOPIC_PREFIX "mygateway1-in"
15491549

15501550
/**
1551-
* @def MY_MQTT_CA_CERTx
1551+
* @def MY_MQTT_CA_CERT1
15521552
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt server' certificate. The most secure.
15531553
*
15541554
* This define is mandatory when you need connect MQTT over SSL/TLS. Certificate Authorities.
@@ -1583,7 +1583,17 @@
15831583
* @endcode
15841584
*/
15851585
//#define MY_MQTT_CA_CERT1
1586+
1587+
/**
1588+
* @def MY_MQTT_CA_CERT2
1589+
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
1590+
*/
15861591
//#define MY_MQTT_CA_CERT2
1592+
1593+
/**
1594+
* @def MY_MQTT_CA_CERT3
1595+
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
1596+
*/
15871597
//#define MY_MQTT_CA_CERT3
15881598

15891599

0 commit comments

Comments
 (0)