summaryrefslogtreecommitdiff
path: root/src/charset
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/charset
parentd788c1c34be2e6443ef57cbcea8f1f2999ca681e (diff)
downloadlibparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.gz
libparserutils-08f8fded4aa0ed2701e329dd7a0a9ca670b750ff.tar.bz2
Silence doxygen warnings.
svn path=/trunk/libparserutils/; revision=6007
Diffstat (limited to 'src/charset')
-rw-r--r--src/charset/aliases.c3
-rw-r--r--src/charset/codec.c2
2 files changed, 3 insertions, 2 deletions
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
*/