Modify documentation of APIs
authorchanywa <cbible.kim@samsung.com>
Mon, 29 May 2017 02:23:25 +0000 (11:23 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 29 May 2017 02:23:25 +0000 (11:23 +0900)
Change-Id: Iab04cd84f2604a467dfe898d39b361e1d1d10297

src/Tizen.Maps/Tizen.Maps/MapService.cs

index cfc9086..9a84753 100755 (executable)
@@ -241,7 +241,7 @@ namespace Tizen.Maps
         /// </summary>
         /// <param name="address">A string which representing free-formed address</param>
         /// <param name="boundary">An instance of Area object which representing interested area</param>
-        /// <seealso cref="Area">
+        /// <seealso cref="Area"/>
         /// <returns>GeocodeRequest object created with address string and specified boundary</returns>
         public GeocodeRequest CreateGeocodeRequest(string address, Area boundary)
         {