[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
+2 -2
View File
@@ -99,7 +99,7 @@ void TestIphcVector::GetUncompressedStream(Message &aMessage)
}
/**
* This function initializes Thread Interface.
* Initializes Thread Interface.
*
*/
static void Init(void)
@@ -134,7 +134,7 @@ static void Init(void)
}
/**
* This function performs compression or/and decompression based on the given test vector.
* Performs compression or/and decompression based on the given test vector.
*
* @note Performing decompression and compression on the same LOWPAN_IPHC frame may give different result.
* This situation may occur when sender does not use the best possible compression,