mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Doxygen comments
This commit is contained in:
@@ -120,6 +120,7 @@ namespace BlackMisc
|
||||
return getDirName(acfFile) + ' ' + getBaseName(acfFile);
|
||||
}
|
||||
|
||||
//! String to lower case
|
||||
std::string toLower(std::string s)
|
||||
{
|
||||
std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c)
|
||||
|
||||
Reference in New Issue
Block a user