Revert "removed the unneeded comments"
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 13 Sep 2021 03:28:12 +0000 (12:28 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
This reverts commit 0cd18874fdb3c3a1d6241dc9d1506a8e3215dde5.

src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs

index da6d8d9..72b9973 100755 (executable)
@@ -1791,6 +1791,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="textEditor">The textEditor control from which the text is copied.</param>
         /// <returns>The copied text.</returns>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static string CopyToClipboard(TextEditor textEditor)
         {
@@ -1804,6 +1805,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="textField">The textField control from which the text is copied.</param>
         /// <returns>The copied text.</returns>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static string CopyToClipboard(TextField textField)
         {
@@ -1817,6 +1819,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="textEditor">The textEditor control from which the text is cut.</param>
         /// <returns>The cut text.</returns>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static string CutToClipboard(TextEditor textEditor)
         {
@@ -1830,6 +1833,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="textField">The textField control from which the text is cut.</param>
         /// <returns>The cut text.</returns>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static string CutToClipboard(TextField textField)
         {
@@ -1842,6 +1846,7 @@ namespace Tizen.NUI.BaseComponents
         /// Paste the most recently copied/cut text from the clipboard and into the text control.
         /// </summary>
         /// <param name="textEditor">The textEditor control into which the text is pasted.</param>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static void PasteTo(TextEditor textEditor)
         {
@@ -1853,6 +1858,7 @@ namespace Tizen.NUI.BaseComponents
         /// Paste the most recently copied/cut text from the clipboard and into the text control.
         /// </summary>
         /// <param name="textField">The textField control into which the text is pasted.</param>
+        // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         /// <since_tizen> 9 </since_tizen>
         public static void PasteTo(TextField textField)
         {