Doxygen comments

This commit is contained in:
Klaus Basan
2018-10-24 23:34:42 +02:00
parent b1942282f5
commit 9293989a78
2 changed files with 2 additions and 1 deletions

View File

@@ -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)