From 68b3e60ad0aaaf13fdc31050abe51f762254fb25 Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Tue, 28 Feb 2023 14:44:55 -0800 Subject: [PATCH] [cli] fix bad CLI command tag (#8818) --- 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 3afae72c7..3114ab77b 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -1419,7 +1419,7 @@ template <> otError Interpreter::Process(Arg aArgs[]) * @code * bufferinfo reset * Done - * @enccode + * @endcode * @par api_copy * #otMessageResetBufferInfo */