diff options
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/RemoteCommandHandlerTemplate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remote-processor/RemoteCommandHandlerTemplate.h b/remote-processor/RemoteCommandHandlerTemplate.h index 1f5a9c0..4df64da 100644 --- a/remote-processor/RemoteCommandHandlerTemplate.h +++ b/remote-processor/RemoteCommandHandlerTemplate.h @@ -9,10 +9,10 @@ class TRemoteCommandHandlerTemplate : public IRemoteCommandHandler public: /** Remote command parser execution return status */ enum CommandStatus { - EDone, /** Command succeded, return "Done" */ - ESucceeded, /** Command succeeded */ - EFailed, /** Command failed */ - EShowUsage /** Command failed, show usage */ + EDone, /**< Command succeded, return "Done" */ + ESucceeded, /**< Command succeeded */ + EFailed, /**< Command failed */ + EShowUsage /**< Command failed, show usage */ }; /** Type of the remote command callbacks |