From c9633bab1a32155838ad946c6a9a0e68394f67ae Mon Sep 17 00:00:00 2001 From: YeongJong Lee Date: Thu, 29 Oct 2020 13:55:53 +0900 Subject: [PATCH] [NUI] remove unused parameter docs tag. (#2083) Fixes CS1572 Co-authored-by: Jiyun Yang --- src/Tizen.NUI.Components/Controls/Button.Internal.cs | 1 - src/Tizen.NUI.Wearable/src/public/WearableList.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Tizen.NUI.Components/Controls/Button.Internal.cs b/src/Tizen.NUI.Components/Controls/Button.Internal.cs index 2a03d3d..82ff7a5 100755 --- a/src/Tizen.NUI.Components/Controls/Button.Internal.cs +++ b/src/Tizen.NUI.Components/Controls/Button.Internal.cs @@ -159,7 +159,6 @@ namespace Tizen.NUI.Components /// /// Update Button State. /// - /// The touch information in case the state has changed by touching. /// 6 /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API. [EditorBrowsable(EditorBrowsableState.Never)] diff --git a/src/Tizen.NUI.Wearable/src/public/WearableList.cs b/src/Tizen.NUI.Wearable/src/public/WearableList.cs index 2380611..a993e0b 100644 --- a/src/Tizen.NUI.Wearable/src/public/WearableList.cs +++ b/src/Tizen.NUI.Wearable/src/public/WearableList.cs @@ -33,7 +33,6 @@ namespace Tizen.NUI.Wearable /// /// Default constructor. /// - /// Recycle adapter of List. /// 8 /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API [EditorBrowsable(EditorBrowsableState.Never)] -- 2.7.4