From e9295b82ff7c1b1f17306f82b30a8ec294bfe5d8 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 21 Mar 2007 17:42:43 +0000 Subject: (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files --- src/pathfind.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/pathfind.h') diff --git a/src/pathfind.h b/src/pathfind.h index bbd9f83f5..61f72e475 100644 --- a/src/pathfind.h +++ b/src/pathfind.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file pathfind.h */ + #ifndef PATHFIND_H #define PATHFIND_H @@ -60,9 +62,9 @@ struct TrackPathFinder { bool hasbit_13; uint16 hash_head[0x400]; - TileIndex hash_tile[0x400]; /* stores the link index when multi link. */ + TileIndex hash_tile[0x400]; ///< stores the link index when multi link. - TrackPathFinderLink links[0x400]; /* hopefully, this is enough. */ + TrackPathFinderLink links[0x400]; ///< hopefully, this is enough. }; void FollowTrack(TileIndex tile, uint16 flags, DiagDirection direction, TPFEnumProc* enum_proc, TPFAfterProc* after_proc, void* data); -- cgit v1.2.3-70-g09d2