diff options
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/script_goal.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |