From 6bbf2ca1d083ab36405273b4ffaba22fa110c7df Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 13 Mar 2016 15:06:04 +0100 Subject: [PATCH] documentation --- src/lib/ebus/filereader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/filereader.h b/src/lib/ebus/filereader.h index 5905e2aa..93f3bc1d 100644 --- a/src/lib/ebus/filereader.h +++ b/src/lib/ebus/filereader.h @@ -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.