summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
committerbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
commitb1b5aecae9e8b9a97691b42cbaf4b58b7d4cd487 (patch)
tree9ac4eb5ea6cc7e9a86e6506bd3915822ae8c43da /src/tunnelbridge_cmd.cpp
parenta5697946d15e0642dbb53cd02d99e6c9c2ea63d7 (diff)
downloadopenttd-b1b5aecae9e8b9a97691b42cbaf4b58b7d4cd487.tar.xz
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Diffstat (limited to 'src/tunnelbridge_cmd.cpp')
-rw-r--r--src/tunnelbridge_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp
index ba40104a8..07c5fb47e 100644
--- a/src/tunnelbridge_cmd.cpp
+++ b/src/tunnelbridge_cmd.cpp
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file tunnelbridge_cmd.c
+/** @file tunnelbridge_cmd.cpp
* This file deals with tunnels and bridges (non-gui stuff)
* @todo seperate this file into two
*/