From: manish.r Date: Mon, 6 Mar 2017 08:21:51 +0000 (+0530) Subject: GBS and Doxygen Fixes X-Git-Tag: submit/trunk/20170823.075128~73^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b680af7963bec83d6fcf6a5216a751ad550ad93;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git GBS and Doxygen Fixes Change-Id: Ie6d31c3b74778c64c7fb0a66c8c8be0976c5d919 Signed-off-by: manish.r --- diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj index 4c1b9ee..a39fafb 100755 --- a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj +++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj @@ -1,12 +1,9 @@  - 14.0 Debug AnyCPU - 8.0.30703 - 2.0 - {23E28FF0-AA5F-457B-AD1C-AD42D5F59254} + {090D9725-02F5-4F2C-B41F-3B0D493904E8} Library Properties Tizen.Uix.InputMethodManager diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj index 0fe37a3..d390e81 100755 --- a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj +++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj @@ -1,18 +1,14 @@  - 14.0 Debug AnyCPU - 8.0.30703 - 2.0 {23E28FF0-AA5F-457B-AD1C-AD42D5F59254} Library Properties Tizen.Uix.InputMethodManager Tizen.Uix.InputMethodManager 512 - en-US .NETStandard @@ -20,25 +16,26 @@ .NETStandard,Version=v1.3 false true - $(NoWarn);1701 - false + $(NoWarn);1701;1702 true - portable + full false bin\Debug\ DEBUG;TRACE prompt 4 + false - portable + pdbonly true bin\Release\ TRACE prompt 4 + false true diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs index 40cb2e0..05b231c 100755 --- a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs +++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs @@ -21,21 +21,19 @@ namespace Tizen.Uix.InputMethodManager { /// /// This class provides the functions for launching input method editor (IME) list and selector settings. A user can manage the installed IMEs in the system. - /// - /// /// Input method editor (IME) is an input panel that lets users provide input and the platform receives the text data entered. /// Manager is a module for managing the installed IMEs. /// IME developers can use this module to open the installed IME list or selector menu after their IME installation and then guide to select the installed IME. - /// + /// public static class Manager { /// /// Requests to open the installed IME list menu. /// This api provides the installed IME list menu for the IME developers who might want to open it to enable their IME. /// - /// + /// /// http://tizen.org/privilege/imemanager - /// + /// /// /// This Exception can occur if: /// 1) The application does not have the privilege to call this function @@ -55,9 +53,9 @@ namespace Tizen.Uix.InputMethodManager /// Requests to open the IME selector menu. /// This api provides the IME selector menu for the IME or other application developers who might want to change the default IME. /// - /// + /// /// http://tizen.org/privilege/imemanager - /// + /// /// /// This Exception can occur if: /// 1) The application does not have the privilege to call this function @@ -77,9 +75,9 @@ namespace Tizen.Uix.InputMethodManager /// Checks if the specific IME is enabled or disabled in the system keyboard setting. /// The IME developers can use this property to check if their IME is enabled or not. /// - /// + /// /// http://tizen.org/privilege/imemanager - /// + /// /// The application ID of the IME /// The On (enabled) and Off (disabled) state of the IME /// @@ -106,9 +104,9 @@ namespace Tizen.Uix.InputMethodManager /// /// Checks which IME is the current activated (selected) IME. /// - /// + /// /// http://tizen.org/privilege/imemanager - /// + /// /// /// Current activated (selected) IME /// @@ -133,9 +131,9 @@ namespace Tizen.Uix.InputMethodManager /// /// Gets the number of IMEs which are enabled (usable). /// - /// + /// /// http://tizen.org/privilege/imemanager - /// + /// /// /// The number of enabled IMEs ///