From 4b1a3b39d43740899400e957d7e30ae2073f89cf Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Sun, 19 Feb 2012 10:30:31 +0100 Subject: [PATCH] Small changes on function documentation of ui_lookup_stock_label() as doxygen complained a bit --- src/ui_utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui_utils.c b/src/ui_utils.c index b024f3c8..05a43cc7 100644 --- a/src/ui_utils.c +++ b/src/ui_utils.c @@ -2784,9 +2784,9 @@ void ui_focus_current_document(void) } -/** Finds the label text associated with @a stock_id. - * @p stock_id e.g. @c GTK_STOCK_OPEN. - * @return . +/** Finds the label text associated with stock_id + * @param stock_id stock_id to lookup e.g. @c GTK_STOCK_OPEN. + * @return The label text for stock * @since Geany 1.22 */ const gchar *ui_lookup_stock_label(const gchar *stock_id) {