diff options
Diffstat (limited to 'include/parserutils/input/inputstream.h')
-rw-r--r-- | include/parserutils/input/inputstream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/parserutils/input/inputstream.h b/include/parserutils/input/inputstream.h index fe67aeb..f923d8d 100644 --- a/include/parserutils/input/inputstream.h +++ b/include/parserutils/input/inputstream.h @@ -63,7 +63,8 @@ parserutils_error parserutils_inputstream_peek_slow( parserutils_inputstream *stream, size_t offset, const uint8_t **ptr, size_t *length); -/* Look at the character in the stream that starts at +/** + * Look at the character in the stream that starts at * offset bytes from the cursor * * \param stream Stream to look in |