diff options
author | bjarni <bjarni@openttd.org> | 2008-04-19 19:01:57 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2008-04-19 19:01:57 +0000 |
commit | c360e71e3cf1189fcd7054f8b0b586432366354a (patch) | |
tree | fe28b041860bba81df709ece097948e63bbb8f21 | |
parent | 4f2c2656e74a4f21d68797b7f03a113cc87d7bcd (diff) | |
download | openttd-c360e71e3cf1189fcd7054f8b0b586432366354a.tar.xz |
(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp
-rw-r--r-- | src/autoreplace_cmd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp index 4c7249ea5..2d2b0234e 100644 --- a/src/autoreplace_cmd.cpp +++ b/src/autoreplace_cmd.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file autoreplace_cmd.cpp Deals with autoreplace execution but not the setup */ + #include "stdafx.h" #include "openttd.h" #include "roadveh.h" |