Small changes on function documentation of ui_lookup_stock_label() as doxygen complained a bit

This commit is contained in:
Frank Lanitz 2012-02-19 10:30:31 +01:00
parent 33d5378508
commit 4b1a3b39d4

View File

@ -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)
{