mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 10:49:51 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user