diff options
author | frosch <frosch@openttd.org> | 2010-08-01 19:22:34 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-08-01 19:22:34 +0000 |
commit | ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 (patch) | |
tree | dba65e1ae2fc4538779195db320eccfa441cbbd0 /src/company_cmd.cpp | |
parent | 4871baf44db96137cf4b72c4f9d9595b2c29f61d (diff) | |
download | openttd-ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3.tar.xz |
(svn r20283) -Codechange: Unify start of doygen comments.
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r-- | src/company_cmd.cpp | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp index 76fab7cc2..671c6406e 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -718,7 +718,8 @@ void CompanyNewsInformation::FillData(const Company *c, const Company *other) } -/** Control the companies: add, delete, etc. +/** + * Control the companies: add, delete, etc. * @param tile unused * @param flags operation to perform * @param p1 various functionality @@ -869,7 +870,8 @@ CommandCost CmdCompanyCtrl(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3 return CommandCost(); } -/** Change the company manager's face. +/** + * Change the company manager's face. * @param tile unused * @param flags operation to perform * @param p1 unused @@ -890,7 +892,8 @@ CommandCost CmdSetCompanyManagerFace(TileIndex tile, DoCommandFlag flags, uint32 return CommandCost(); } -/** Change the company's company-colour +/** + * Change the company's company-colour * @param tile unused * @param flags operation to perform * @param p1 bitstuffed: @@ -999,7 +1002,8 @@ static bool IsUniqueCompanyName(const char *name) return true; } -/** Change the name of the company. +/** + * Change the name of the company. * @param tile unused * @param flags operation to perform * @param p1 unused @@ -1042,7 +1046,8 @@ static bool IsUniquePresidentName(const char *name) return true; } -/** Change the name of the president. +/** + * Change the name of the president. * @param tile unused * @param flags operation to perform * @param p1 unused |