fix C# API Reference documentation issue 80/131180/1 submit/tizen/20170526.004705
authorjomui <jongmun.woo@samsung.com>
Fri, 26 May 2017 00:29:30 +0000 (09:29 +0900)
committerjomui <jongmun.woo@samsung.com>
Fri, 26 May 2017 00:29:47 +0000 (09:29 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I23654637b8c0b2ac3251e41195cd7a1e2504f65d

Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs
Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs

index d17ee7f..46676eb 100755 (executable)
@@ -202,7 +202,7 @@ namespace Tizen.Location.Geofence
         /// <param name="latitude">Specifies the value of latitude of geofence [-90.0 ~ 90.0] (degrees).</param>
         /// <param name="longitude">Specifies the value of longitude of geofence [-180.0 ~ 180.0] (degrees).</param>
         /// <param name="radius">Specifies the value of radius of geofence [100 ~ 500](meter).</param>
-        /// <param name="adsress">Specifies the value of address.</param>
+        /// <param name="address">Specifies the value of address.</param>
         /// <returns>Newly created geofence instance.</returns>
         /// <exception cref="ArgumentException">Incase of Invalid parameter.</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error.</exception>
index b989646..440da97 100755 (executable)
@@ -16,8 +16,8 @@ Notifications can be received about the following events:<br/>
 - Zone out when a device exits a specific area<br/>
 - Results and errors for each event requested to geofence module<p>
 The Geofence manager has the following properties:<br/>
-- geofence type</br>
-- status</br>
+- geofence type<br/>
+- status<br/>
 - 'Service state change' callback
 </para>