summaryrefslogtreecommitdiff
path: root/src/aystar.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
committerbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
commita723770836032ec50d32db7f80fcc20c3bc286ea (patch)
tree9ac4eb5ea6cc7e9a86e6506bd3915822ae8c43da /src/aystar.h
parent202702c0077b4cda81cdc194fb225d3fc779c55a (diff)
downloadopenttd-a723770836032ec50d32db7f80fcc20c3bc286ea.tar.xz
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Diffstat (limited to 'src/aystar.h')
-rw-r--r--src/aystar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aystar.h b/src/aystar.h
index f00da20b1..ebbd53add 100644
--- a/src/aystar.h
+++ b/src/aystar.h
@@ -1,6 +1,6 @@
/* $Id$ */
-/*
+/** @file aystar.h
* This file has the header for AyStar
* AyStar is a fast pathfinding routine and is used for things like
* AI_pathfinding and Train_pathfinding.