From 4bd32799f13480763bfb58db82bb98d1500753ae Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:44:49 +0000 Subject: (svn r20286) -Codechange: Unify end of doxygen comments. --- src/station_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index a1ef6a764..cf2946454 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -1281,7 +1281,7 @@ static bool AddNearbyStation(TileIndex tile, void *user_data) * @param distant_join Search for adjacent stations (false) or stations fully * within station spread * @tparam T the type of station to look for - **/ + */ template static const T *FindStationsNearby(TileArea ta, bool distant_join) { -- cgit v1.2.3-54-g00ecf