changeset 36102:0fade14b5df1

Add doxygen comment.
author ib
date Tue, 30 Apr 2013 12:48:41 +0000
parents 32a4d8f63ae3
children 236d31040749
files gui/dialog/url.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/dialog/url.c	Tue Apr 30 12:43:06 2013 +0000
+++ b/gui/dialog/url.c	Tue Apr 30 12:48:41 2013 +0000
@@ -38,6 +38,12 @@
 static GtkWidget *urlEntry;
 static GList *urlEntries;
 
+/**
+ * @brief The "clicked" signal user function.
+ *
+ * @param button object which received the signal
+ * @param user_data user data set when the signal handler was connected
+ */
 static void button_clicked(GtkButton *button, gpointer user_data)
 {
     (void)button;