diff options
author | rubidium <rubidium@openttd.org> | 2009-06-01 12:56:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-06-01 12:56:18 +0000 |
commit | 765c65b738c3ec956aad5faaaa8fef388fe68ddf (patch) | |
tree | 12fbf354a4f913347a27884412fdadbbf7f8e953 /src/ai | |
parent | c03ce4b1c704ef638374f56bbb9692db0e4e354c (diff) | |
download | openttd-765c65b738c3ec956aad5faaaa8fef388fe68ddf.tar.xz |
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_info_dummy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp index 265d18a3f..109e7b3a0 100644 --- a/src/ai/ai_info_dummy.cpp +++ b/src/ai/ai_info_dummy.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file ai_info_dummy.cpp Implementation of a dummy AI. */ + #include <squirrel.h> #include "../stdafx.h" |