fixed documentation

This commit is contained in:
john30
2015-05-14 13:05:19 +02:00
parent 071d57f957
commit 39c00de51e
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -359,8 +359,9 @@ protected:
/**
* Internal method for reading the field from a @a SymbolString.
* @param input the unescaped @a SymbolString to read the binary value from.
* @param offset the offset in the @a SymbolString.
* @param baseOffset the base offset in the @a SymbolString.
* @param output the ostringstream to append the formatted value to.
* @param dataFormat the @a DataFormat to use.
* @return @a RESULT_OK on success, or an error code.
*/
virtual result_t readSymbols(SymbolString& input, const unsigned char baseOffset,