Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
Refs #11056
  • Loading branch information
martyngigg committed Dec 11, 2015
1 parent 7c9c35e commit 3882269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Kernel/src/BinaryStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ BinaryStreamReader &BinaryStreamReader::read(std::vector<double> &value,
/**
* Read a series of characters into a string object.
* @param value The string to fill. Its size is increased if necessary
* @param nvals The number values to attempt to read from the stream
* @param length The number characters to attempt to read from the stream
* @return A reference to the BinaryStreamReader object
*/
BinaryStreamReader &BinaryStreamReader::read(std::string &value,
Expand Down

0 comments on commit 3882269

Please sign in to comment.