summaryrefslogtreecommitdiff
path: root/src/pathfinder/opf
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-11 20:52:56 +0000
committeryexo <yexo@openttd.org>2010-02-11 20:52:56 +0000
commit26005c55e5b508cc9e740c15e4c2bea4b8753c8e (patch)
tree93239345680ae077954b5debb6693842a89143bb /src/pathfinder/opf
parent826e8a92efc402ddc367aa105d6f286f275e2e7a (diff)
downloadopenttd-26005c55e5b508cc9e740c15e4c2bea4b8753c8e.tar.xz
(svn r19099) -Doc: two files had the wrong name in the @file comment
Diffstat (limited to 'src/pathfinder/opf')
-rw-r--r--src/pathfinder/opf/opf_ship.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/opf/opf_ship.cpp b/src/pathfinder/opf/opf_ship.cpp
index 9fee6b270..47c2ebc92 100644
--- a/src/pathfinder/opf/opf_ship.cpp
+++ b/src/pathfinder/opf/opf_ship.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 pathfind.cpp Implementation of the oldest supported pathfinder. */
+/** @file opf_ship.cpp Implementation of the oldest supported ship pathfinder. */
#include "../../stdafx.h"
#include "../../tunnelbridge_map.h"