From 08f8fded4aa0ed2701e329dd7a0a9ca670b750ff Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 9 Jan 2009 01:05:07 +0000 Subject: Silence doxygen warnings. svn path=/trunk/libparserutils/; revision=6007 --- src/charset/aliases.c | 3 ++- src/charset/codec.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/charset') diff --git a/src/charset/aliases.c b/src/charset/aliases.c index a34ef6f..188a275 100644 --- a/src/charset/aliases.c +++ b/src/charset/aliases.c @@ -408,7 +408,8 @@ parserutils_charset_aliases_canon *parserutils_charset_create_canon( /** * Hash function * - * \param alias String to hash + * \param alias String to hash + * \param len Number of bytes to hash (<= strlen(alias)) * \return The hashed value */ uint32_t parserutils_charset_hash_val(const char *alias, size_t len) diff --git a/src/charset/codec.c b/src/charset/codec.c index ea1fc7e..3a52ac0 100644 --- a/src/charset/codec.c +++ b/src/charset/codec.c @@ -106,7 +106,7 @@ parserutils_error parserutils_charset_codec_destroy( * Configure a charset codec * * \param codec The codec to configure - * \parem type The codec option type to configure + * \param type The codec option type to configure * \param params Option-specific parameters * \return PARSERUTILS_OK on success, appropriate error otherwise */ -- cgit v1.2.3