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 | fa549be09ed2300bc53d62d7cbe50a9ccc76c628 (patch) | |
tree | fe28b041860bba81df709ece097948e63bbb8f21 /src/autoreplace_cmd.cpp | |
parent | 2d659ac8bd204a9425261ebdea3a7ef8ff7ff3c0 (diff) | |
download | openttd-fa549be09ed2300bc53d62d7cbe50a9ccc76c628.tar.xz |
(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp
Diffstat (limited to 'src/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" |