summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
commit56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 (patch)
tree361f9e09c53482326bc60d7864cc8ebb6ecd6212 /content/llcache.h
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/llcache.h b/content/llcache.h
index d4ed5f095..1375759a2 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -227,8 +227,7 @@ struct llcache_parameters {
/**
* Initialise the low-level cache
*
- * \param cb Query handler
- * \param pw Pointer to query handler data
+ * \param parameters cache configuration parameters.
* \return NSERROR_OK on success, appropriate error otherwise.
*/
nserror llcache_initialise(const struct llcache_parameters *parameters);