diff --git a/doomsday/client/include/ui/commandbinding.h b/doomsday/client/include/ui/commandbinding.h index 663c7a3672..458a053c3b 100644 --- a/doomsday/client/include/ui/commandbinding.h +++ b/doomsday/client/include/ui/commandbinding.h @@ -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.