From 3d8406b31c3ab731adce38daf480efc85917e533 Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Wed, 1 Mar 2023 21:54:26 -0800 Subject: [PATCH] [docs] add plat-dns module to Doxygen menu (#8819) New API module from #8668 wasn't added to the high-level Doxygen menu. This causes the module to show up incorrectly when we import reference docs into openthread.io. --- doc/ot_api_doc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ot_api_doc.h b/doc/ot_api_doc.h index 2e0a1bb05..7d4c1c015 100644 --- a/doc/ot_api_doc.h +++ b/doc/ot_api_doc.h @@ -53,7 +53,7 @@ * @defgroup api-net IPv6 Networking * @{ * - * @defgroup api-dns DNSv6 + * @defgroup api-dns DNS * @defgroup api-dnssd-server DNS-SD Server * @defgroup api-icmp6 ICMPv6 * @defgroup api-ip6 IPv6 @@ -167,6 +167,7 @@ * * @defgroup plat-alarm Alarm * @defgroup plat-crypto Crypto - Platform + * @defgroup plat-dns DNS - Platform * @defgroup plat-entropy Entropy * @defgroup plat-factory-diagnostics Factory Diagnostics - Platform * @defgroup plat-logging Logging - Platform