aboutsummaryrefslogtreecommitdiffstats
path: root/ui/progress_dlg.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
commit63ef04ec84bc7bee9008be686e2e362058229643 (patch)
tree9acdd76172b3e37a08f887543cd0ee01e9a24419 /ui/progress_dlg.h
parent098997e5fb7e152bd777941e1a7a3f2ec3b8759b (diff)
Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
svn path=/trunk/; revision=49053
Diffstat (limited to 'ui/progress_dlg.h')
-rw-r--r--ui/progress_dlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/progress_dlg.h b/ui/progress_dlg.h
index 2222dd606c..101bd3c0bf 100644
--- a/ui/progress_dlg.h
+++ b/ui/progress_dlg.h
@@ -46,7 +46,7 @@ typedef struct progdlg progdlg_t;
* needs in order to manipulate the dialog, and return a pointer to
* it.
*
- * @param widget UI widget to associate with the progress dialog, e.g.
+ * @param top_level_window UI widget to associate with the progress dialog, e.g.
* the main window.
* @param task_title The task to do, e.g. "Loading"
* @param item_title The item to do, e.g. "capture.cap"
@@ -64,7 +64,7 @@ progdlg_t *create_progress_dlg(const gpointer top_level_window, const gchar *tas
* Create a progress dialog, but only if it's not likely to disappear
* immediately. This can be disconcerting for the user.
*
- * @param top_level The top-level window associated with the progress update.
+ * @param top_level_window The top-level window associated with the progress update.
* May be NULL.
* @param task_title The task to do, e.g. "Loading"
* @param item_title The item to do, e.g. "capture.cap"