Skip to content

Commit

Permalink
Documentation|libdeng2: Fixed apidoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 9, 2013
1 parent 17faacf commit ae3e7d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doomsday/libdeng2/include/de/concurrency/taskpool.h
Expand Up @@ -57,7 +57,8 @@ class DENG2_PUBLIC TaskPool : public QObject
* Starts a new concurrent task. Ownership of the task is given to the
* pool.
*
* @param task Task instance. Ownership given.
* @param task Task instance. Ownership given.
* @param priority Priority of the task.
*/
void start(Task *task, Priority priority = LowPriority);

Expand Down
3 changes: 2 additions & 1 deletion doomsday/libdeng2/include/de/data/variable.h
Expand Up @@ -210,7 +210,8 @@ class DENG2_PUBLIC Variable : public ISerializable
/**
* Sets the mode flags of the variable.
*
* @param flags New mode flags that will replace the current ones.
* @param flags New mode flags.
* @param operation What to do with @a flags.
*/
void setMode(Flags const &flags, FlagOp operation = ReplaceFlags);

Expand Down
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/widgets/rulebank.h
Expand Up @@ -39,7 +39,7 @@ class DENG2_PUBLIC RuleBank : public InfoBank
* Creates a number of rules based on information in an Info document.
* The contents of the file are parsed first.
*
* @param source File with Info source containing rule definitions.
* @param file File with Info source containing rule definitions.
*/
void addFromInfo(File const &file);

Expand Down

0 comments on commit ae3e7d0

Please sign in to comment.