doc: update documentation in code

This commit is contained in:
2024-07-24 15:03:31 +08:00
parent ecb06504bc
commit 87fa30fe82
6 changed files with 195 additions and 50 deletions

View File

@ -170,7 +170,7 @@ namespace YYCC::StringHelper {
#pragma region Upper Lower
template<bool bIsToLower>
void GeneralStringLowerUpper(yycc_u8string& strl) {
static void GeneralStringLowerUpper(yycc_u8string& strl) {
// References:
// https://en.cppreference.com/w/cpp/algorithm/transform
// https://en.cppreference.com/w/cpp/string/byte/tolower