[Doc] Fix unintended links 93/157993/1 API4_9
authorPiotr Szydelko <p.szydelko@samsung.com>
Wed, 25 Oct 2017 10:19:18 +0000 (12:19 +0200)
committerPiotr Szydelko <p.szydelko@samsung.com>
Fri, 27 Oct 2017 06:32:16 +0000 (08:32 +0200)
DocFX renders the content as markdown, [xx] (yy) was interpreted as links.

Change-Id: Iec48fba0df804e67ce9974a7e4c715a6023e20b3
Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs
src/Tizen.Location/Tizen.Location/Location.cs
src/Tizen.Location/Tizen.Location/LocationBoundary.cs
src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs
src/Tizen.Maps/Tizen.Maps/Polyline.cs
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs
src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md
src/Tizen.Pims.Contacts/doc/api/Tizen.Pims.Contacts.ContactsViews.md

index 50a7e5d..128378a 100755 (executable)
@@ -213,8 +213,8 @@ namespace Tizen.Location.Geofence
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         /// <param name="placeId">The current place ID.</param>
-        /// <param name="latitude">Specifies the value of latitude of the geofence [-90.0 ~ 90.0] (degrees).</param>
-        /// <param name="longitude">Specifies the value of longitude of the geofence [-180.0 ~ 180.0] (degrees).</param>
+        /// <param name="latitude">Specifies the value of latitude of the geofence [-90.0 ~ 90.0] \(degrees).</param>
+        /// <param name="longitude">Specifies the value of longitude of the geofence [-180.0 ~ 180.0] \(degrees).</param>
         /// <param name="radius">Specifies the value of radius of the geofence [100 ~ 500](meter).</param>
         /// <param name="address">Specifies the value of the address.</param>
         /// <returns>The newly created geofence instance.</returns>
index 6b37212..682fbe6 100755 (executable)
@@ -46,8 +46,8 @@ namespace Tizen.Location
         /// The parameterized constructor of the Location class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="latitude">The latitude component of the device co-ordinate [-90.0 ~ 90.0] (degrees).</param>
-        /// <param name="longitude">The longitude component of the device co-ordinate[-180.0 ~ 180.0] (degrees).</param>
+        /// <param name="latitude">The latitude component of the device co-ordinate [-90.0 ~ 90.0] \(degrees).</param>
+        /// <param name="longitude">The longitude component of the device co-ordinate[-180.0 ~ 180.0] \(degrees).</param>
         /// <param name="altitude">The altitude value.</param>
         /// <param name="accuracy">The accuracy in meters.</param>
         /// <param name="speed">The device speed.</param>
@@ -66,7 +66,7 @@ namespace Tizen.Location
         }
 
         /// <summary>
-        /// The current latitude [-90.0 ~ 90.0] (degrees).
+        /// The current latitude [-90.0 ~ 90.0] \(degrees).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public double Latitude
@@ -92,7 +92,7 @@ namespace Tizen.Location
         }
 
         /// <summary>
-        /// The current longitude [-180.0 ~ 180.0] (degrees).
+        /// The current longitude [-180.0 ~ 180.0] \(degrees).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public double Longitude
@@ -202,10 +202,10 @@ namespace Tizen.Location
         /// Gets the distance between the two given coordinates.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="startLatitude">The latitude of the source location [-90.0 ~ 90.0] (degrees).</param>
-        /// <param name="startLongitude">The longitude of the source location[-180.0 ~ 180.0] (degrees).</param>
-        /// <param name="endLatitude">The latitude of the source location [-90.0 ~ 90.0] (degrees).</param>
-        /// <param name="endLongitude">The longitude of the source location[-180.0 ~ 180.0] (degrees).</param>
+        /// <param name="startLatitude">The latitude of the source location [-90.0 ~ 90.0] \(degrees).</param>
+        /// <param name="startLongitude">The longitude of the source location[-180.0 ~ 180.0] \(degrees).</param>
+        /// <param name="endLatitude">The latitude of the source location [-90.0 ~ 90.0] \(degrees).</param>
+        /// <param name="endLongitude">The longitude of the source location[-180.0 ~ 180.0] \(degrees).</param>
         /// <returns>Returns the distance between the source and the destination.</returns>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
         /// <exception cref="NotSupportedException">Thrown when the location is not supported.</exception>
index 20355a8..9ab11fa 100755 (executable)
@@ -352,14 +352,14 @@ namespace Tizen.Location
     {
         /// <summary>
         /// Latitude component of the coordinate.
-        /// Should have a value between [-90.0 ~ 90.0] (degrees).
+        /// Should have a value between [-90.0 ~ 90.0] \(degrees).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public double Latitude;
 
         /// <summary>
         /// Longitude component of the coordinate.
-        /// Should have a value between [-180.0 ~ 180.0] (degrees).
+        /// Should have a value between [-180.0 ~ 180.0] \(degrees).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public double Longitude;
index 63446dc..0765da8 100755 (executable)
@@ -29,8 +29,8 @@ namespace Tizen.Location
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="state"> An enumeration of type BoundaryState.</param>
-        /// <param name="latitude">The latitude value [-90.0 ~ 90.0] (degrees).</param>
-        /// <param name="longitude">The longitude value [-180.0 ~ 180.0] (degrees).</param>
+        /// <param name="latitude">The latitude value [-90.0 ~ 90.0] \(degrees).</param>
+        /// <param name="longitude">The longitude value [-180.0 ~ 180.0] \(degrees).</param>
         /// <param name="altitude">The altitude value.</param>
         /// <param name="timestamp">The timestamp value.</param>
         public ZoneChangedEventArgs(BoundaryState state, double latitude, double longitude, double altitude, DateTime timestamp)
index e99f9a0..bc84c4d 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.Maps
         /// <since_tizen> 3 </since_tizen>
         /// <param name="coordinates">List of geographical coordinates.</param>
         /// <param name="color">Line color.</param>
-        /// <param name="width">The width of line [1 ~ 100] (pixels).</param>
+        /// <param name="width">The width of line [1 ~ 100] \(pixels).</param>
         /// <exception cref="ArgumentException">Thrown when input values are invalid.</exception>
         public Polyline(List<Geocoordinates> coordinates, Color color, int width) : base()
         {
index 0eb894e..234e03b 100755 (executable)
@@ -228,7 +228,7 @@ namespace Tizen.Network.Nfc
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="text">The encoded text.</param>
-        /// <param name="languageCode">The language code string value followed by the IANA [RFC 3066] (ex: en-US, ko-KR).</param>
+        /// <param name="languageCode">The language code string value followed by the IANA [RFC 3066] \(ex: en-US, ko-KR).</param>
         /// <param name="encode">The encoding type.</param>
         /// <exception cref="NotSupportedException">Thrown when the NFC is not supported.</exception>
         /// <exception cref="ArgumentException">Thrown when the method fails due to an invalid parameter.</exception>
@@ -267,7 +267,7 @@ namespace Tizen.Network.Nfc
         /// Creates a record with the mime type payload.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="mimeType">The mime type [RFC 2046] (ex. text/plain, image/jpeg ). This value is stored in the type field.</param>
+        /// <param name="mimeType">The mime type [RFC 2046] \(ex. text/plain, image/jpeg ). This value is stored in the type field.</param>
         /// <param name="data">The data in the form of the bytes array.</param>
         /// <param name="dataSize">The size of the data.</param>
         /// <exception cref="NotSupportedException">Thrown when the NFC is not supported.</exception>
index 708ccd9..0d57155 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-uid: Tizen.Pims.CalendarViews
+uid: Tizen.Pims.Calendar.CalendarViews
 summary: This namespace provides information about views with properties.
-remarks: Views are provided to access and handle entities. A view is a structure, which has property elements.
-         A view is almost the same as a database "VIEW", which limits access and guarantees performance.
-         A "record" represents a single row of the views.
-         A record can have basic properties of five types: integer, string, long, double, CalendarTime.
+remarks: |
+  Views are provided to access and handle entities. A view is a structure, which has property elements.
+  A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+  A "record" represents a single row of the views.
+  A record can have basic properties of five types: integer, string, long, double, CalendarTime.
 sinceTizen: 4
 ---
index a2b30c9..c33bbcc 100644 (file)
 
 uid: Tizen.Pims.Contacts.ContactsViews
 summary: The Tizen.Pims.Contacts.ContactsViews namespace provides information about views with properties.
-remarks: Views are provided to access and handle entities. A view is a structure, which has property elements.
-         A view is almost the same as a database "VIEW", which limits access and guarantees performance.
-         A "record" represents a single row of the views.
-         A record can have basic properties of five types: integer, string, boolean, long, double.
+remarks: |
+  Views are provided to access and handle entities. A view is a structure, which has property elements.
+  A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+  A "record" represents a single row of the views.
+  A record can have basic properties of five types: integer, string, boolean, long, double.
 sinceTizen: 4
 ---