From 8f64d5d223a6ccc60f04e815355c9d3f216a4410 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 12:35:11 +0000 Subject: Improve Doxygen documentation --- gtk/search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/search.c') diff --git a/gtk/search.c b/gtk/search.c index 2d735bf77..9582e25b3 100644 --- a/gtk/search.c +++ b/gtk/search.c @@ -45,7 +45,7 @@ * activate search forwards button in gui. * * \param active activate/inactivate - * \param p the pointer sent to search_verify_new() / search_create_context() + * \param gw The gui window in which to activite the search button in. */ static void nsgtk_search_set_forward_state(bool active, struct gui_window *gw) { @@ -61,7 +61,7 @@ static void nsgtk_search_set_forward_state(bool active, struct gui_window *gw) * activate search back button in gui. * * \param active activate/inactivate - * \param p the pointer sent to search_verify_new() / search_create_context() + * \param gw The gui window in which to activite the search button in. */ static void nsgtk_search_set_back_state(bool active, struct gui_window *gw) { -- cgit v1.2.3