Skip to content

Commit

Permalink
Documentation|CommandBinding|Client: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 12, 2014
1 parent 711247a commit de01bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/client/include/ui/commandbinding.h
Expand Up @@ -50,7 +50,8 @@ class CommandBinding : public Binding
de::String composeDescriptor();

/**
* Evaluate the given binding and event pair and attempt to generate an Action.
* Evaluate the given @a event according to the binding configuration, and if all
* binding conditions pass - attempt to generate an Action.
*
* @param event Event to match against.
* @param context Context in which the binding exists.
Expand Down

0 comments on commit de01bff

Please sign in to comment.