summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index a705cd403..91034ac34 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -899,7 +899,8 @@ struct TooltipsWindow : public Window
}
};
-/** Shows a tooltip
+/**
+ * Shows a tooltip
* @param str String to be displayed
* @param paramcount number of params to deal with
* @param params (optional) up to 5 pieces of additional information that may be added to a tooltip
@@ -1410,7 +1411,8 @@ static const WindowDesc _query_string_desc(
_nested_query_string_widgets, lengthof(_nested_query_string_widgets)
);
-/** Show a query popup window with a textbox in it.
+/**
+ * Show a query popup window with a textbox in it.
* @param str StringID for the text shown in the textbox
* @param caption StringID of text shown in caption of querywindow
* @param maxsize maximum size in bytes (including terminating '\0')
@@ -1564,7 +1566,8 @@ static const WindowDesc _query_desc(
_nested_query_widgets, lengthof(_nested_query_widgets)
);
-/** Show a modal confirmation window with standard 'yes' and 'no' buttons
+/**
+ * Show a modal confirmation window with standard 'yes' and 'no' buttons
* The window is aligned to the centre of its parent.
* @param caption string shown as window caption
* @param message string that will be shown for the window