summaryrefslogtreecommitdiff
path: root/content/content.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/content.c
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/content/content.c b/content/content.c
index eca3f61c2..a27647bd3 100644
--- a/content/content.c
+++ b/content/content.c
@@ -233,7 +233,8 @@ static void content_update_status(struct content *c)
*
* The textual status contained in the content is updated with given string.
*
- * \param status_message new textual status
+ * \param c The content to set status in.
+ * \param status_message new textual status
*/
void content_set_status(struct content *c, const char *status_message)
@@ -723,11 +724,11 @@ void content_broadcast_errorcode(struct content *c, nserror errorcode)
/**
* A window containing the content has been opened.
*
- * \param c content that has been opened
- * \param bw browser window containing the content
- * \param page content of type CONTENT_HTML containing c, or 0 if not an
+ * \param h handle to content that has been opened
+ * \param bw browser window containing the content
+ * \param page content of type CONTENT_HTML containing h, or 0 if not an
* object within a page
- * \param params object parameters, or 0 if not an object
+ * \param params object parameters, or 0 if not an object
*
* Calls the open function for the content.
*/
@@ -1300,7 +1301,7 @@ bool content__is_locked(struct content *c)
/**
* Retrieve the low-level cache handle for a content
*
- * \param h Content to retrieve from
+ * \param c Content to retrieve from
* \return Low-level cache handle
*/
const llcache_handle *content_get_llcache_handle(struct content *c)