added/updated documentation

This commit is contained in:
john30
2017-03-25 16:50:43 +01:00
parent 9246f598e7
commit c9287ee8e0
10 changed files with 53 additions and 39 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ result_t UserList::getFieldMap(vector<string>& row, string& errorDescription) {
if (row.empty()) {
row.push_back("name");
row.push_back("secret");
row.push_back("*level"); // TODO last repeat is repeated as often as necessary in addFromFile...
row.push_back("*level");
return RESULT_OK;
}
map<string, string> seen;