changeset 12677:86a8ba10c162 draft

(svn r17132) -Fix: comments in company_cmd.cpp
author smatz <smatz@openttd.org>
date Sun, 09 Aug 2009 15:58:34 +0000
parents d1ed749a9ce5
children ea203bb44a25
files src/company_cmd.cpp
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -523,10 +523,12 @@
 /** Change engine renewal parameters
  * @param tile unused
  * @param flags operation to perform
- * @param
- * - p1 bits 16-31 = engine group
- * - p2 bits  0-15 = old engine type
- * - p2 bits 16-31 = new engine type
+ * @param p1 packed data
+ *   - bits 16-31 = engine group
+ * @param p2 packed data
+ *   - bits  0-15 = old engine type
+ *   - bits 16-31 = new engine type
+ * @param text unused
  */
 CommandCost CmdSetAutoReplace(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
 {
@@ -554,7 +556,7 @@
 
 /**
  * Fill the CompanyNewsInformation struct with the required data.
- * @param p the current company.
+ * @param c the current company.
  * @param other the other company.
  */
 void CompanyNewsInformation::FillData(const Company *c, const Company *other)