diff options
author | rubidium <rubidium@openttd.org> | 2009-09-19 09:51:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-19 09:51:14 +0000 |
commit | e8ddf001c87790cde6e03e9ca47714b6fc30266c (patch) | |
tree | ee79ed87da1aba8bb3af2e0ca22d10abe5621b08 /src/bridge_gui.cpp | |
parent | fa33b92b0f3fae58a7fee4dd9a74fd43bf7d1f9a (diff) | |
download | openttd-e8ddf001c87790cde6e03e9ca47714b6fc30266c.tar.xz |
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
Diffstat (limited to 'src/bridge_gui.cpp')
-rw-r--r-- | src/bridge_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 3e254292f..835a41cdb 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -45,7 +45,7 @@ typedef GUIList<BuildBridgeData> GUIBridgeList; /** * Callback executed after a build Bridge CMD has been called * - * @param scucess True if the build succeded + * @param success True if the build succeded * @param tile The tile where the command has been executed * @param p1 not used * @param p2 not used @@ -351,7 +351,7 @@ static const WindowDesc _build_bridge_desc( * If we can't build a bridge under the given conditions * show an error message. * - * @parma start The start tile of the bridge + * @param start The start tile of the bridge * @param end The end tile of the bridge * @param transport_type The transport type * @param road_rail_type The road/rail type |