From 04d5b67eb6bfa06061952422f712f54e8d212844 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Sep 2009 14:23:58 +0000 Subject: (svn r17567) -Fix: some doxygen warnings --- src/industry_cmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 24d8f280c..7ef620559 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -1692,7 +1692,8 @@ static Industry *CreateNewIndustryHelper(TileIndex tile, IndustryType type, DoCo * - p1 = (bit 0 - 7) - industry type see build_industry.h and see industry.h * - p1 = (bit 8 - 15) - first layout to try * @param p2 seed to use for variable 8F - * @return index of the newly create industry, or CMD_ERROR if it failed + * @param text unused + * @return the cost of this operation or an error */ CommandCost CmdBuildIndustry(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text) { -- cgit v1.2.3-54-g00ecf