aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-26 15:02:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-26 15:02:27 +0000
commitd936d457c309a557b438854b90da9b91380e6ec6 (patch)
tree5e4069ccc92a17d9c854fa623f6ed33ae87a81e2 /gtk/prefs_dlg.h
parent113fac8b770fe18cf0b12db5d944ff2aefe97082 (diff)
Fix a number of doxygen directives.
svn path=/trunk/; revision=33929
Diffstat (limited to 'gtk/prefs_dlg.h')
-rw-r--r--gtk/prefs_dlg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/prefs_dlg.h b/gtk/prefs_dlg.h
index 28e3fe9ef0..b89f68fdc0 100644
--- a/gtk/prefs_dlg.h
+++ b/gtk/prefs_dlg.h
@@ -164,7 +164,7 @@ extern GtkWidget *create_preference_entry(GtkWidget *main_tb, int table_row,
/** Create a static text for a preferences page.
*
* @param main_tb the table to put this entry into
- * @param table_row row in the table
+ * @param table_position row in the table
* @param label_text the label text
* @param tooltip_text the tooltip for this text (not needed at all...)
* @return the new static text label
@@ -176,10 +176,11 @@ create_preference_static_text(GtkWidget *main_tb, int table_position,
/** Create a UAT button for a preferences page.
*
* @param main_tb the table to put this entry into
- * @param table_row row in the table
+ * @param table_position row in the table
* @param label_text the label text
* @param tooltip_text the tooltip for this text
- * @return the new UAT botton
+ * @param uat pointer to the UAT
+ * @return the new UAT button
*/
GtkWidget *
create_preference_uat(GtkWidget *main_tb, int table_position,