summaryrefslogtreecommitdiff
path: root/src/input/inputstream.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-09 01:19:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-09 01:19:07 +0000
commit0323c5c6f9f6d27b7aab2ac5da0b98e6468a4d72 (patch)
treea8456379ad2e6cbafe9b4967b34a1a4675071882 /src/input/inputstream.c
parent08f8fded4aa0ed2701e329dd7a0a9ca670b750ff (diff)
downloadlibparserutils-0323c5c6f9f6d27b7aab2ac5da0b98e6468a4d72.tar.gz
libparserutils-0323c5c6f9f6d27b7aab2ac5da0b98e6468a4d72.tar.bz2
Ensure that parserutils_inputstream_peek(_slow)? have API documentation.
svn path=/trunk/libparserutils/; revision=6008
Diffstat (limited to 'src/input/inputstream.c')
-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