Skip to content

Commit

Permalink
Documentation|libdeng2: Fixed Doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 14, 2012
1 parent 45d5b61 commit 690ce76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/data/reader.h
Expand Up @@ -177,8 +177,8 @@ class DENG2_PUBLIC Reader
Reader &readUntil(IByteArray &byteArray, IByteArray::Byte delimiter = 0);

/**
* Reads a line of text ending in a '\n' character. The source data is
* expected to be UTF-8 encoded text. All carriage returns ('\r') are
* Reads a line of text ending in a @c \\n character. The source data is
* expected to be UTF-8 encoded text. All carriage returns (@c \\r) are
* removed from the string.
*
* @param string The read line is returned here. It includes the
Expand Down

0 comments on commit 690ce76

Please sign in to comment.