From 96f3aea76c710e31ca480082739ec663febf79f3 Mon Sep 17 00:00:00 2001 From: "manish.r" Date: Tue, 16 May 2017 11:00:47 +0530 Subject: [PATCH] Updating Doxygen Change-Id: I1dbd3397cfa3314baa4d463f68835bf91a8c26f8 Signed-off-by: manish.r --- src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs | 4 +--- src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs index f433457..53a9a23 100755 --- a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs +++ b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs @@ -64,6 +64,7 @@ namespace Tizen.Uix.VoiceControl /// This Exception can be due to Invalid State. /// This Exception can be due to Out Of Memory. /// This Exception can be due to Permission Denied. + /// This Exception can be due to Not Supported. public VoiceCommand() { SafeCommandHandle handle; @@ -106,7 +107,6 @@ namespace Tizen.Uix.VoiceControl /// Gets/Sets command type. /// /// If you do not set the command type, the default value is Undefined. You should set type if command is valid - /// This Exception can be due to Invalid Parameter. /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. public CommandType Type @@ -143,7 +143,6 @@ namespace Tizen.Uix.VoiceControl /// Gets/Sets the command format. /// /// The default format is Fixed - /// This Exception can be due to Invalid Parameter. /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. public CommandFormat Format @@ -174,7 +173,6 @@ namespace Tizen.Uix.VoiceControl /// Gets/Sets command /// in case of get empty string will be returned in case of some internal error /// - /// This Exception can be due to Invalid Parameter. /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. public string Command diff --git a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs index 4d6af2f..c18ca21 100755 --- a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs +++ b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs @@ -136,7 +136,6 @@ namespace Tizen.Uix.VoiceControl /// http://tizen.org/feature/microphone /// /// The command - /// This Exception can be due to Invalid Parameter. /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. /// This will occur if the provide parameter is null. @@ -164,7 +163,6 @@ namespace Tizen.Uix.VoiceControl /// http://tizen.org/feature/microphone /// /// The command - /// This Exception can be due to Invalid Parameter. /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. /// This will occur if the provide parameter is null. -- 2.7.4