Skip to content

Commit

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

/**
* Parse an event => command trigger descriptor and configure the given @a binding.
* Parse an event => command trigger descriptor and (re)configure the binding.
*
* eventparams{+cond}*
*
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/include/ui/impulsebinding.h
Expand Up @@ -62,8 +62,8 @@ class ImpulseBinding : public Binding
de::String composeDescriptor();

/**
* Parse a device-control => player impulse trigger descriptor and configure the given
* @a binding.
* Parse a device-control => player impulse trigger descriptor and (re)configure the
* binding.
*
* @param ctrlDesc Descriptor for control information and any additional conditions.
* @param impulseId Identifier of the player impulse to execute when triggered, if any.
Expand Down

0 comments on commit c5757cd

Please sign in to comment.