From: manish.r Date: Tue, 16 May 2017 05:30:47 +0000 (+0530) Subject: Updating Doxygen X-Git-Tag: submit/tizen/20170517.095536^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3c278c25ff5dabd80baac851514a450344597e6;p=platform%2Fcore%2Fcsapi%2Fuix-voice-control.git Updating Doxygen Change-Id: I1dbd3397cfa3314baa4d463f68835bf91a8c26f8 Signed-off-by: manish.r --- diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs index f433457..53a9a23 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs +++ b/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/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs index 4d6af2f..c18ca21 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs +++ b/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.