(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos

This commit is contained in:
rubidium
2009-09-19 09:51:14 +00:00
parent d3577d3d5d
commit 310465da07
59 changed files with 120 additions and 66 deletions

View File

@@ -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