summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-09 01:05:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-09 01:05:07 +0000
commit08f8fded4aa0ed2701e329dd7a0a9ca670b750ff (patch)
treeb3748b347f27137496bd595bac1d3b4752d986c5 /src/input
parentd788c1c34be2e6443ef57cbcea8f1f2999ca681e (diff)
downloadlibparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.gz
libparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.bz2
Silence doxygen warnings.
svn path=/trunk/libparserutils/; revision=6007
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,