changeset 14528:1fcece51640e draft

(svn r19099) -Doc: two files had the wrong name in the @file comment
author yexo <yexo@openttd.org>
date Thu, 11 Feb 2010 20:52:56 +0000
parents a868bc958460
children 73c4918ae53a
files src/pathfinder/opf/opf_ship.cpp src/table/airporttile_ids.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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 <http://www.gnu.org/licenses/>.
  */
 
-/** @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