From 05a64bfde9fe91587a7f8bd3d32f8577b80c7328 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 16:49:32 +0000 Subject: fix up more doxygen errors --- render/search.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/search.c') diff --git a/render/search.c b/render/search.c index 7c2bd2def..6e5841c7b 100644 --- a/render/search.c +++ b/render/search.c @@ -424,6 +424,8 @@ static bool find_occurrences_text(const char *pattern, int p_len, * * \param string the string to search for * \param string_len length of search string + * \param context The search context to add the entry to. + * \param flags flags to control the search. */ static void search_text(const char *string, int string_len, struct search_context *context, search_flags_t flags) -- cgit v1.2.3