mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 03:09:52 +00:00
[docs] remove redundant "This method" and "This function" (#9096)
- "This method " - "This static method " - "This function " - "This structure " - "This enumeration " - "This class " - "This methods " - "This constructor " - "This struct " - "This type " - "This template method " - "This template class " - "This const method " - "This macro "
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Fct {
|
||||
class Cli;
|
||||
|
||||
/**
|
||||
* This class implements the factory CLI.
|
||||
* Implements the factory CLI.
|
||||
*
|
||||
*/
|
||||
class Cli
|
||||
@@ -60,7 +60,7 @@ public:
|
||||
}
|
||||
|
||||
/**
|
||||
* This method processes a factory command.
|
||||
* Processes a factory command.
|
||||
*
|
||||
* @param[in] aArgs The arguments of command line.
|
||||
* @param[in] aArgsLength The number of args in @p aArgs.
|
||||
@@ -69,7 +69,7 @@ public:
|
||||
void ProcessCommand(Utils::CmdLineParser::Arg aArgs[]);
|
||||
|
||||
/**
|
||||
* This method processes the command line.
|
||||
* Processes the command line.
|
||||
*
|
||||
* @param[in] aLine A pointer to a command line string.
|
||||
*
|
||||
@@ -77,7 +77,7 @@ public:
|
||||
void ProcessLine(char *aLine);
|
||||
|
||||
/**
|
||||
* This method outputs the prompt.
|
||||
* Outputs the prompt.
|
||||
*
|
||||
*/
|
||||
void OutputPrompt(void);
|
||||
|
||||
Reference in New Issue
Block a user