summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/filter.c2
-rw-r--r--src/input/inputstream.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/filter.c b/src/input/filter.c
index 7d7b340..cead308 100644
--- a/src/input/filter.c
+++ b/src/input/filter.c
@@ -305,7 +305,7 @@ parserutils_error parserutils_filter_process_chunk(parserutils_filter *input,
* Reset an input filter's state
*
* \param input The input filter to reset
- * \param PARSERUTILS_OK on success, appropriate error otherwise
+ * \return PARSERUTILS_OK on success, appropriate error otherwise
*/
parserutils_error parserutils_filter_reset(parserutils_filter *input)
{
diff --git a/src/input/inputstream.c b/src/input/inputstream.c
index 1bc40c5..12a8645 100644
--- a/src/input/inputstream.c
+++ b/src/input/inputstream.c
@@ -313,7 +313,7 @@ const char *parserutils_inputstream_read_charset(
* Change the source charset of the input stream
*
* \param stream Input stream to modify
- * \param charset Charset name
+ * \param enc Charset name
* \param source Charset source identifier
* \return PARSERUTILS_OK on success,
* PARSERUTILS_BADPARM on invalid parameters,