(svn r24395) -Doc: Fixed argument references in @param descriptions.

This commit is contained in:
alberth
2012-07-10 18:37:54 +00:00
parent ad48f766f7
commit 2ab7c82b31
6 changed files with 17 additions and 17 deletions

View File

@@ -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.