summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
committerbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
commit4eb87ac62ba75a39cf0f31fc0785681d028e8bc1 (patch)
treefac2c80abcc412ec1a4fb2b198121140a0a89b0c /src/newgrf_gui.cpp
parent7789eef209776bd9d644c6442e55a9688236ad53 (diff)
downloadopenttd-4eb87ac62ba75a39cf0f31fc0785681d028e8bc1.tar.xz
(svn r9669) -Documentation: some more doxygen fixes
Diffstat (limited to 'src/newgrf_gui.cpp')
-rw-r--r--src/newgrf_gui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp
index 51f57fc5e..bd0aefb01 100644
--- a/src/newgrf_gui.cpp
+++ b/src/newgrf_gui.cpp
@@ -296,7 +296,9 @@ static void SetupNewGRFWindow(Window *w)
/** Callback function for the newgrf 'apply changes' confirmation window
- * @param yes_clicked boolean value, true when yes was clicked, false otherwise */
+ * @param w Window which is calling this callback
+ * @param confirmed boolean value, true when yes was clicked, false otherwise
+ */
static void NewGRFConfirmationCallback(Window *w, bool confirmed)
{
if (confirmed) {