Skip to content

Commit

Permalink
Documentation|libdeng2|Widget: Fixed an apidoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 1, 2013
1 parent 17611c7 commit 607adac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/widgets/widget.h
Expand Up @@ -87,8 +87,8 @@ class DENG2_PUBLIC Widget
/**
* Sets or clears one or more behavior flags.
*
* @param behavior Flags.
* @param set @c true to set, @c false to clear.
* @param behavior Flags to modify.
* @param operation Operation to perform on the flags.
*/
void setBehavior(Behaviors behavior, FlagOp operation = SetFlags);

Expand Down

0 comments on commit 607adac

Please sign in to comment.