[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:
Jonathan Hui
2023-05-29 10:11:10 -07:00
committed by GitHub
parent 77d4b78a69
commit 73ce42c6e6
336 changed files with 6677 additions and 6677 deletions
+4 -4
View File
@@ -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);