[System]Add example for example code
[platform/core/csapi/tizenfx.git] / src / Tizen.System.Feedback / Feedback / Feedback.cs
old mode 100644 (file)
new mode 100755 (executable)
index 7fa3669..00deff3
@@ -77,10 +77,12 @@ namespace Tizen.System
     /// http://tizen.org/privilege/haptic
     /// For controlling the sound, privilege is not needed.
     /// </privilege>
+    /// <example>
     /// <code>
     /// Feedback feedback = new Feedback();
     /// bool res = feedback.IsSupportedPattern(FeedbackType.Vibration, "Tap");
     /// </code>
+    /// </example>
     public class Feedback
     {
         private const string LogTag = "Tizen.System.Feedback";