summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 15:28:03 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 15:28:03 +0000
commite32a2ad46e76438a53fb1157e90215493a93d2f5 (patch)
treeee28ab934ea9ed72005d03afd79ee1c3a484f7a6 /content
parent56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 (diff)
downloadnetsurf-e32a2ad46e76438a53fb1157e90215493a93d2f5.tar.gz
netsurf-e32a2ad46e76438a53fb1157e90215493a93d2f5.tar.bz2
Doxygen fixes
Diffstat (limited to 'content')
-rw-r--r--content/fs_backing_store.c1
-rw-r--r--content/urldb.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 595d4bf6d..33f559671 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -236,6 +236,7 @@ remove_store_entry(struct store_state *state,
*
* @param state The store state to use.
* @param ident The identifier to use.
+ * @param flags flags to control the filename used.
* @return The filename string or NULL on allocation error.
*/
static char *
diff --git a/content/urldb.c b/content/urldb.c
index 8af6ae150..e7cb551d0 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -406,7 +406,7 @@ static void urldb_count_urls(const struct path_data *root, time_t expiry,
/**
* Save a search (sub)tree
*
- * \param root Root of (sub)tree to save
+ * \param parent root node of search tree to save.
* \param fp File to write to
*/
static void urldb_save_search_tree(struct search_node *parent, FILE *fp)
@@ -1515,7 +1515,7 @@ urldb_search_insert(struct search_node *root, const struct host_part *data)
* \param c Cookie struct to populate
* \param n Name component
* \param v Value component
- * \param was_quoted Whether ::v was quoted in the input
+ * \param was_quoted Whether \a v was quoted in the input
* \return true on success, false on memory exhaustion
*/
static bool urldb_parse_avpair(struct cookie_internal_data *c, char *n,