From c03ca44662550edddf95d345be0e7aa5e322510c Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Tue, 28 Mar 2023 10:55:53 -0700 Subject: [PATCH] [docs] disable Doxygen autolink for the word "Joiner" (#8915) --- src/cli/cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index 92554fe22..afeb74b95 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -5928,7 +5928,7 @@ template <> otError Interpreter::Process(Arg aArgs[]) * When operating as a Thread Router when OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE is enabled, this command * will return the cached information from when the device was previously attached as a Thread Child. Returning * cached information is necessary to support the Thread Test Harness - Test Scenario 8.2.x requests the former - * parent (i.e. Joiner Router's) MAC address even if the device has already promoted to a router. + * parent (i.e. %Joiner Router's) MAC address even if the device has already promoted to a router. * @par * Note: When OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE is enabled, this command will return two extra lines with * information relevant for CSL Receiver operation.