From 2c2b20a1d95a1990d37d8bda7fa85b091d845d41 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 6 Sep 2013 11:50:27 +0200 Subject: Clean useless extern "C" and wrong documentation BZ: 122982 Doxygen documentation was wrongly formated. An extern "C" was useless. Fix it. Change-Id: I1c144af30c692dc124bda90058f8caff1090ae3d Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/130520 Reviewed-by: Centelles, Sylvain Tested-by: Barthes, FabienX Reviewed-by: cactus Tested-by: cactus --- remote-processor/RemoteCommandHandlerTemplate.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'remote-processor') 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 -- cgit v1.1