(svn r19099) -Doc: two files had the wrong name in the @file comment

This commit is contained in:
yexo 2010-02-11 20:52:56 +00:00
parent 826e8a92ef
commit 26005c55e5
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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