[string] update doxygen api closing comment (#6331)

This commit is contained in:
Abtin Keshavarzian
2021-03-25 18:03:34 -07:00
committed by GitHub
parent 1d42a2f194
commit 7a85841ef7
+5 -5
View File
@@ -263,11 +263,6 @@ private:
char mBuffer[kSize];
};
/**
* @}
*
*/
/**
* This function validates whether a given byte sequence (string) follows UTF-8 encoding.
*
@@ -291,6 +286,11 @@ bool IsValidUtf8String(const char *aString);
*/
bool IsValidUtf8String(const char *aString, size_t aLength);
/**
* @}
*
*/
} // namespace ot
#endif // STRING_HPP_