documentation

This commit is contained in:
john30
2016-03-13 15:06:04 +01:00
parent 59d2cdd25b
commit 6bbf2ca1d0
+1 -1
View File
@@ -228,7 +228,7 @@ public:
/**
* Split the next line(s) from the @a istring into fields.
* @param in the @a istream to read from.
* @param ifs the @a istream to read from.
* @param row the @a vector to which to add the fields. This will be empty for completely empty and comment lines.
* @param lineNo the current line number (incremented with each line read).
* @return true if there are more lines to read, false when there are no more lines left.