diff --git a/doomsday/client/include/ui/commandbinding.h b/doomsday/client/include/ui/commandbinding.h index 87c04f7c0c..baec69718a 100644 --- a/doomsday/client/include/ui/commandbinding.h +++ b/doomsday/client/include/ui/commandbinding.h @@ -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}* * diff --git a/doomsday/client/include/ui/impulsebinding.h b/doomsday/client/include/ui/impulsebinding.h index d314da1ebc..f986f9e40f 100644 --- a/doomsday/client/include/ui/impulsebinding.h +++ b/doomsday/client/include/ui/impulsebinding.h @@ -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.