[docs] add missing TCP and UDP Doxygen groups (#13178)

This commit adds the missing Doxygen groups for TCP (`core-tcp`),
TCP Extensions (`core-tcp-ext`), and UDP (`core-udp`). These groups
are used in the code but were not previously defined.
This commit is contained in:
Abtin Keshavarzian
2026-06-01 13:13:33 -07:00
committed by GitHub
parent 831f2d3868
commit 32b96a0d98
+3
View File
@@ -87,6 +87,9 @@ namespace Ip6 {
* @defgroup core-ip6-mpl MPL
* @defgroup core-ip6-netif Network Interfaces
* @defgroup core-ip6-slaac SLAAC
* @defgroup core-tcp TCP
* @defgroup core-tcp-ext TCP Extension
* @defgroup core-udp UDP
*
* @}
*/