summaryrefslogtreecommitdiff
path: root/content/llcache.c
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.c
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/llcache.c b/content/llcache.c
index ec6988fa3..c076d5dd4 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -917,8 +917,8 @@ static nserror llcache_object_add_to_list(llcache_object *object,
/**
* Determine the remaining lifetime of a cache object using the
*
- * \param object Object to consider
- * \return True if object is still fresh, false otherwise
+ * \param cd cache control data.
+ * \return The length of time remaining for the object or 0 if expired.
*/
static int
llcache_object_rfc2616_remaining_lifetime(const llcache_cache_control *cd)
@@ -2540,7 +2540,7 @@ static nserror llcache_object_notify_users(llcache_object *object)
* State transitions and event emission for users.
* Rows: user state. Cols: object state.
*
- * User\Obj INIT HEADERS DATA COMPLETE
+ * User - Obj INIT HEADERS DATA COMPLETE
* INIT - T T* T*
* HEADERS - - T T*
* DATA - - M T