summaryrefslogtreecommitdiff
path: root/src/input/filter.c
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/filter.c
parentd788c1c34be2e6443ef57cbcea8f1f2999ca681e (diff)
downloadlibparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.gz
libparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.bz2
Silence doxygen warnings.
svn path=/trunk/libparserutils/; revision=6007
Diffstat (limited to 'src/input/filter.c')
-rw-r--r--src/input/filter.c2
1 files changed, 1 insertions, 1 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)
{