[geany/geany] 4b1a3b: Small changes on function documentation of ui_lookup_stock_label() as doxygen complained a bit

Frank Lanitz git-noreply at xxxxx
Sun Feb 19 09:30:31 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 19 Feb 2012 09:30:31
Commit:      4b1a3b39d43740899400e957d7e30ae2073f89cf
             https://github.com/geany/geany/commit/4b1a3b39d43740899400e957d7e30ae2073f89cf

Log Message:
-----------
Small changes on function documentation of ui_lookup_stock_label() as doxygen complained a bit


Modified Paths:
--------------
    src/ui_utils.c

Modified: src/ui_utils.c
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -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)
 {



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list