diff -r fe876b1e5138 -r 8c116d4c6033 src/ai/api/ai_pathfinder_stupid.cpp --- a/src/ai/api/ai_pathfinder_stupid.cpp Tue Mar 25 23:30:16 2008 +0000 +++ b/src/ai/api/ai_pathfinder_stupid.cpp Wed Mar 26 06:06:35 2008 +0000 @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file ai_pathfinder_stupid.cpp A very stupid pathfinder */ + #include "ai_pathfinder_stupid.hpp" #include "ai_road.hpp" #include "ai_testmode.hpp"