From a723770836032ec50d32db7f80fcc20c3bc286ea Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 23 Feb 2007 01:48:53 +0000 Subject: (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style --- src/aystar.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/aystar.cpp') diff --git a/src/aystar.cpp b/src/aystar.cpp index 8c7e60851..4123539f3 100644 --- a/src/aystar.cpp +++ b/src/aystar.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file aystar.cpp + /* * This file has the core function for AyStar * AyStar is a fast pathfinding routine and is used for things like -- cgit v1.2.3-54-g00ecf