Updating Doxygen 15/129315/1 accepted/tizen/unified/20170518.061212 submit/tizen/20170517.095536
authormanish.r <manish.r@samsung.com>
Tue, 16 May 2017 05:30:47 +0000 (11:00 +0530)
committermanish.r <manish.r@samsung.com>
Tue, 16 May 2017 05:30:47 +0000 (11:00 +0530)
Change-Id: I1dbd3397cfa3314baa4d463f68835bf91a8c26f8
Signed-off-by: manish.r <manish.r@samsung.com>
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs

index f433457..53a9a23 100755 (executable)
@@ -64,6 +64,7 @@ namespace Tizen.Uix.VoiceControl
         /// <exception cref="InvalidOperationException"> This Exception can be due to Invalid State. </exception>
         /// <exception cref="OutOfMemoryException"> This Exception can be due to Out Of Memory. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
+        /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         public VoiceCommand()
         {
             SafeCommandHandle handle;
@@ -106,7 +107,6 @@ namespace Tizen.Uix.VoiceControl
         /// Gets/Sets command type.
         /// </summary>
         /// <remarks>If you do not set the command type, the default value is Undefined. You should set type if command is valid</remarks>
-        /// <exception cref="ArgumentException"> This Exception can be due to Invalid Parameter. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
         /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         public CommandType Type
@@ -143,7 +143,6 @@ namespace Tizen.Uix.VoiceControl
         /// Gets/Sets the command format.
         /// </summary>
         /// <remarks>The default format is Fixed</remarks>
-        /// <exception cref="ArgumentException"> This Exception can be due to Invalid Parameter. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
         /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         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
         /// </summary>
-        /// <exception cref="ArgumentException"> This Exception can be due to Invalid Parameter. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
         /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         public string Command
index 4d6af2f..c18ca21 100755 (executable)
@@ -136,7 +136,6 @@ namespace Tizen.Uix.VoiceControl
         /// http://tizen.org/feature/microphone
         /// </feature>
         /// <param name="command">The command</param>
-        /// <exception cref="ArgumentException"> This Exception can be due to Invalid Parameter. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
         /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         /// <exception cref="NullReferenceException"> This will occur if the provide parameter is null. </exception>
@@ -164,7 +163,6 @@ namespace Tizen.Uix.VoiceControl
         /// http://tizen.org/feature/microphone
         /// </feature>
         /// <param name="command">The command</param>
-        /// <exception cref="ArgumentException"> This Exception can be due to Invalid Parameter. </exception>
         /// <exception cref="UnauthorizedAccessException"> This Exception can be due to Permission Denied. </exception>
         /// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
         /// <exception cref="NullReferenceException"> This will occur if the provide parameter is null. </exception>