summaryrefslogtreecommitdiff
path: root/render/search.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 16:49:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 16:49:32 +0000
commit05a64bfde9fe91587a7f8bd3d32f8577b80c7328 (patch)
tree0bea58ea6cf80640a8d4a8efa2723943b05fa0f6 /render/search.c
parent8f64d5d223a6ccc60f04e815355c9d3f216a4410 (diff)
downloadnetsurf-05a64bfde9fe91587a7f8bd3d32f8577b80c7328.tar.gz
netsurf-05a64bfde9fe91587a7f8bd3d32f8577b80c7328.tar.bz2
fix up more doxygen errors
Diffstat (limited to 'render/search.c')
-rw-r--r--render/search.c2
1 files changed, 2 insertions, 0 deletions
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)