From 47da519e5d874b25969333c537491cdbf3cecc81 Mon Sep 17 00:00:00 2001 From: Eunki Hong Date: Sun, 8 Oct 2023 16:32:54 +0900 Subject: [PATCH] [NUI] Remove build warnings Signed-off-by: Eunki Hong --- src/Tizen.NUI/src/public/Accessibility/IAtspiSelection.cs | 2 +- src/Tizen.NUI/src/public/ParticleSystem/Particle.cs | 3 --- src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs | 2 +- src/Tizen.NUI/src/public/ParticleSystem/ParticleModifier.cs | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Tizen.NUI/src/public/Accessibility/IAtspiSelection.cs b/src/Tizen.NUI/src/public/Accessibility/IAtspiSelection.cs index 38f1a66..0ee0b18 100644 --- a/src/Tizen.NUI/src/public/Accessibility/IAtspiSelection.cs +++ b/src/Tizen.NUI/src/public/Accessibility/IAtspiSelection.cs @@ -65,7 +65,7 @@ namespace Tizen.NUI.Accessibility /// Checks whether a child is selected. /// /// The index of the child - /// < True if given child is selected, false otherwise /returns> + /// True if given child is selected, false otherwise [EditorBrowsable(EditorBrowsableState.Never)] bool AccessibilityIsChildSelected(int childIndex); diff --git a/src/Tizen.NUI/src/public/ParticleSystem/Particle.cs b/src/Tizen.NUI/src/public/ParticleSystem/Particle.cs index c5234f7..667c438 100644 --- a/src/Tizen.NUI/src/public/ParticleSystem/Particle.cs +++ b/src/Tizen.NUI/src/public/ParticleSystem/Particle.cs @@ -18,9 +18,6 @@ using System; using System.IO; using System.Runtime.InteropServices; -using System; -using System.Runtime.InteropServices; -using global::System.Runtime.InteropServices; using System.ComponentModel; using System.Reflection; diff --git a/src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs b/src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs index 5751fc6..761c491 100644 --- a/src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs +++ b/src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs @@ -103,7 +103,7 @@ namespace Tizen.NUI.ParticleSystem /// /// Raises the window to the top of the window stack. /// - /// Source object to copy. + /// Source object to copy. [EditorBrowsable(EditorBrowsableState.Never)] public void SetSource(ParticleSource source) where T : ParticleSourceInterface, new() { diff --git a/src/Tizen.NUI/src/public/ParticleSystem/ParticleModifier.cs b/src/Tizen.NUI/src/public/ParticleSystem/ParticleModifier.cs index 8435004..d835c2d 100644 --- a/src/Tizen.NUI/src/public/ParticleSystem/ParticleModifier.cs +++ b/src/Tizen.NUI/src/public/ParticleSystem/ParticleModifier.cs @@ -85,7 +85,7 @@ namespace Tizen.NUI.ParticleSystem /// Modifiers can be stacked (more than one can be added to the ParticleEmitter). /// Output of one modifier becomes input for next modifier. /// - /// Modifier calls into the implementation of class. + /// Modifier calls into the implementation of class. /// /// /// Class of interface that derives from -- 2.7.4