From 4fdf7de0f1454966754bb22d1828fc2b69c172f4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Feb 2015 21:50:22 +0000 Subject: Improved class documentation. --- src/client/action.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client/action.h b/src/client/action.h index abd7059..737393a 100644 --- a/src/client/action.h +++ b/src/client/action.h @@ -14,8 +14,9 @@ namespace client /** * @brief a client action key slot. - * actions are interpreted directly by the client and do not go throught the - * command line systems. + * Actions are interpreted directly by the client and do not go throught the + * command system. Actions are state keys: an action is enabled for as long + * as the corresponding key is pressed down. */ class Action { -- cgit v1.2.3