From 2ab7c82b312c4bb87c7e8c1eec6aa6a1a9b3595f Mon Sep 17 00:00:00 2001 From: alberth Date: Tue, 10 Jul 2012 18:37:54 +0000 Subject: (svn r24395) -Doc: Fixed argument references in @param descriptions. --- src/script/api/script_goal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script') diff --git a/src/script/api/script_goal.hpp b/src/script/api/script_goal.hpp index 5ad89666d..deca0bd3f 100644 --- a/src/script/api/script_goal.hpp +++ b/src/script/api/script_goal.hpp @@ -86,7 +86,7 @@ public: * @param company The company to create the goal for, or ScriptCompany::COMPANY_INVALID for all. * @param goal The goal to add to the GUI (can be either a raw string, or a ScriptText object). * @param type The type of the goal. - * @param destination The destination of the #type type. + * @param destination The destination of the \a type type. * @return The new GoalID, or GOAL_INVALID if it failed. * @pre No ScriptCompanyMode may be in scope. * @pre goal != NULL && len(goal) != 0. -- cgit v1.2.3-54-g00ecf