From 0323c5c6f9f6d27b7aab2ac5da0b98e6468a4d72 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 9 Jan 2009 01:19:07 +0000 Subject: Ensure that parserutils_inputstream_peek(_slow)? have API documentation. svn path=/trunk/libparserutils/; revision=6008 --- include/parserutils/input/inputstream.h | 3 ++- src/input/inputstream.c | 3 ++- 2 files changed, 4 insertions(+), 2 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 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 -- cgit v1.2.3