summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
committeralberth <alberth@openttd.org>2011-05-14 18:35:40 +0000
commit28092366ec8aaf953b6e8bb92d745ee2c32fad1e (patch)
treee2176cb86f0b1f62424b6ce93812fad1260e6c84 /src/rail_gui.cpp
parentaa4c7e021c8622aedeae780af3d8d362b1e5d515 (diff)
downloadopenttd-28092366ec8aaf953b6e8bb92d745ee2c32fad1e.tar.xz
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
Diffstat (limited to 'src/rail_gui.cpp')
-rw-r--r--src/rail_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp
index 6a86830a5..9a5af6c5e 100644
--- a/src/rail_gui.cpp
+++ b/src/rail_gui.cpp
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file rail_gui.cpp File for dealing with rail construction user interface */
+/** @file rail_gui.cpp %File for dealing with rail construction user interface */
#include "stdafx.h"
#include "gui.h"
@@ -54,7 +54,7 @@ struct RailStationGUISettings {
bool newstations; ///< Are custom station definitions available?
StationClassID station_class; ///< Currently selected custom station class (if newstations is \c true )
- byte station_type; ///< Station type within the currently selected custom station class (if newstations is \c true )
+ byte station_type; ///< %Station type within the currently selected custom station class (if newstations is \c true )
byte station_count; ///< Number of custom stations (if newstations is \c true )
};
static RailStationGUISettings _railstation; ///< Settings of the station builder GUI