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
@@ -76,7 +76,7 @@ string getDataFieldName(const size_t fieldId) {
return "comment";
default:
return "";
};
}
}
result_t DataField::create(vector< map<string, string> >& rows, string& errorDescription,