summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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,