From 26005c55e5b508cc9e740c15e4c2bea4b8753c8e Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 11 Feb 2010 20:52:56 +0000 Subject: [PATCH] (svn r19099) -Doc: two files had the wrong name in the @file comment --- src/pathfinder/opf/opf_ship.cpp | 2 +- src/table/airporttile_ids.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pathfinder/opf/opf_ship.cpp b/src/pathfinder/opf/opf_ship.cpp index 9fee6b2709..47c2ebc92c 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 . */ -/** @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" diff --git a/src/table/airporttile_ids.h b/src/table/airporttile_ids.h index d4124a1684..fa97753877 100644 --- a/src/table/airporttile_ids.h +++ b/src/table/airporttile_ids.h @@ -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 . */ -/** @file airporttile_id.h Enum of the default airport tiles. */ +/** @file airporttile_ids.h Enum of the default airport tiles. */ #ifndef AIRPORTTILE_IDS_H #define AIRPORTTILE_IDS_H