From e32a2ad46e76438a53fb1157e90215493a93d2f5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 9 Nov 2014 15:28:03 +0000 Subject: Doxygen fixes --- content/urldb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/urldb.c') 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, -- cgit v1.2.3