From a999bb322775b80f44bfc6e0f1886851d4bfc410 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 14 Oct 2008 19:27:08 +0000 Subject: (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. --- src/command_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_type.h') diff --git a/src/command_type.h b/src/command_type.h index c990f1a2c..bfe1a00fd 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -64,7 +64,7 @@ public: /** * Multiplies the cost of the command by the given factor. - * @param cost factor to multiply the costs with + * @param factor factor to multiply the costs with * @return this class */ CommandCost MultiplyCost(int factor) -- cgit v1.2.3-54-g00ecf