diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:43 +0100 |
commit | b31d171ae87dabe8026934c60b1a1195dddd32a2 (patch) | |
tree | a2ccb96a730049950f1f94df22b9147220dd16fc /src/input | |
parent | 085f06594c38333536040d19eec21240cf98b12c (diff) |
*: doxygen fixups
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/InputStream.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 98bc93035..84b4f3fae 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -350,7 +350,6 @@ public: * * The caller must lock the mutex. * - * @param is the InputStream object * @param ptr the buffer to read into * @param size the maximum number of bytes to read * @return the number of bytes read |