summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/inputstream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/inputstream.c b/src/input/inputstream.c
index 12a8645..842bc2f 100644
--- a/src/input/inputstream.c
+++ b/src/input/inputstream.c
@@ -212,7 +212,8 @@ parserutils_error parserutils_inputstream_insert(
#define IS_ASCII(x) (((x) & 0x80) == 0)
-/* 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 (slow version)
*
* \param stream Stream to look in