(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts

This commit is contained in:
rubidium
2013-07-13 06:38:54 +00:00
parent e6ae8cf420
commit fac0bc4176
3 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ public:
* Scroll the viewport to the given tile, where the tile will be in the
* center of the screen.
* @param tile The tile to put in the center of the screen.
* @pre !ScriptGame::IsMultiplayer().
* @pre ! ScriptGame::IsMultiplayer().
* @pre ScriptMap::IsValidTile(tile).
*/
static void ScrollTo(TileIndex tile);