fixed documentation issue 67/131467/2 accepted/tizen/unified/20170531.082705 submit/tizen/20170530.011650
authorjomui <jongmun.woo@samsung.com>
Mon, 29 May 2017 09:40:40 +0000 (18:40 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 29 May 2017 09:42:03 +0000 (18:42 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Id893ebed760fac9f695baace2993f4b588456264

Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs

index b072e3a..1d333b6 100755 (executable)
@@ -23,11 +23,13 @@ namespace Tizen.Location.Geofence
     /// A geofence is a virtual perimeter for a real-world geographic area.
     /// This API provides functions to set geofence with geopoint, MAC address of Wi-Fi and Bluetooth address.
     /// And, notifications on events like changing in service status are provided.
-    /// <list type="ul">There are two kinds of places and fences:
+    /// There are two kinds of places and fences:
+    /// <list>
     /// <item>Public places and fences that are created by MyPlace app can be used by all apps.</item>
     /// <item>Private places and fences that are created by specified app can be used by the same app.</item>
     /// </list>
-    /// <list>Notifications can be received about the following events:
+    /// Notifications can be received about the following events:
+    /// <list>
     /// <item>Zone in when a device enters a specific area</item>
     /// <item>Zone out when a device exits a specific area</item>
     /// <item>Results and errors for each event requested to geofence module</item>