From: Piotr Szydelko Date: Wed, 25 Oct 2017 10:19:18 +0000 (+0200) Subject: [Doc] Fix unintended links X-Git-Tag: API4_9^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cc2bb51033de3c61f43de21b80f0df5ae5add3b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Doc] Fix unintended links DocFX renders the content as markdown, [xx] (yy) was interpreted as links. Change-Id: Iec48fba0df804e67ce9974a7e4c715a6023e20b3 Signed-off-by: Piotr Szydelko --- diff --git a/src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs index 50a7e5d..128378a 100755 --- a/src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs +++ b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs @@ -213,8 +213,8 @@ namespace Tizen.Location.Geofence /// /// 4 /// The current place ID. - /// Specifies the value of latitude of the geofence [-90.0 ~ 90.0] (degrees). - /// Specifies the value of longitude of the geofence [-180.0 ~ 180.0] (degrees). + /// Specifies the value of latitude of the geofence [-90.0 ~ 90.0] \(degrees). + /// Specifies the value of longitude of the geofence [-180.0 ~ 180.0] \(degrees). /// Specifies the value of radius of the geofence [100 ~ 500](meter). /// Specifies the value of the address. /// The newly created geofence instance. diff --git a/src/Tizen.Location/Tizen.Location/Location.cs b/src/Tizen.Location/Tizen.Location/Location.cs index 6b37212..682fbe6 100755 --- a/src/Tizen.Location/Tizen.Location/Location.cs +++ b/src/Tizen.Location/Tizen.Location/Location.cs @@ -46,8 +46,8 @@ namespace Tizen.Location /// The parameterized constructor of the Location class. /// /// 3 - /// The latitude component of the device co-ordinate [-90.0 ~ 90.0] (degrees). - /// The longitude component of the device co-ordinate[-180.0 ~ 180.0] (degrees). + /// The latitude component of the device co-ordinate [-90.0 ~ 90.0] \(degrees). + /// The longitude component of the device co-ordinate[-180.0 ~ 180.0] \(degrees). /// The altitude value. /// The accuracy in meters. /// The device speed. @@ -66,7 +66,7 @@ namespace Tizen.Location } /// - /// The current latitude [-90.0 ~ 90.0] (degrees). + /// The current latitude [-90.0 ~ 90.0] \(degrees). /// /// 3 public double Latitude @@ -92,7 +92,7 @@ namespace Tizen.Location } /// - /// The current longitude [-180.0 ~ 180.0] (degrees). + /// The current longitude [-180.0 ~ 180.0] \(degrees). /// /// 3 public double Longitude @@ -202,10 +202,10 @@ namespace Tizen.Location /// Gets the distance between the two given coordinates. /// /// 3 - /// The latitude of the source location [-90.0 ~ 90.0] (degrees). - /// The longitude of the source location[-180.0 ~ 180.0] (degrees). - /// The latitude of the source location [-90.0 ~ 90.0] (degrees). - /// The longitude of the source location[-180.0 ~ 180.0] (degrees). + /// The latitude of the source location [-90.0 ~ 90.0] \(degrees). + /// The longitude of the source location[-180.0 ~ 180.0] \(degrees). + /// The latitude of the source location [-90.0 ~ 90.0] \(degrees). + /// The longitude of the source location[-180.0 ~ 180.0] \(degrees). /// Returns the distance between the source and the destination. /// Thrown when an invalid argument is used. /// Thrown when the location is not supported. diff --git a/src/Tizen.Location/Tizen.Location/LocationBoundary.cs b/src/Tizen.Location/Tizen.Location/LocationBoundary.cs index 20355a8..9ab11fa 100755 --- a/src/Tizen.Location/Tizen.Location/LocationBoundary.cs +++ b/src/Tizen.Location/Tizen.Location/LocationBoundary.cs @@ -352,14 +352,14 @@ namespace Tizen.Location { /// /// 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). /// /// 3 public double Latitude; /// /// 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). /// /// 3 public double Longitude; diff --git a/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs b/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs index 63446dc..0765da8 100755 --- a/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs +++ b/src/Tizen.Location/Tizen.Location/ZoneChangedEventArgs.cs @@ -29,8 +29,8 @@ namespace Tizen.Location /// /// 3 /// An enumeration of type BoundaryState. - /// The latitude value [-90.0 ~ 90.0] (degrees). - /// The longitude value [-180.0 ~ 180.0] (degrees). + /// The latitude value [-90.0 ~ 90.0] \(degrees). + /// The longitude value [-180.0 ~ 180.0] \(degrees). /// The altitude value. /// The timestamp value. public ZoneChangedEventArgs(BoundaryState state, double latitude, double longitude, double altitude, DateTime timestamp) diff --git a/src/Tizen.Maps/Tizen.Maps/Polyline.cs b/src/Tizen.Maps/Tizen.Maps/Polyline.cs index e99f9a0..bc84c4d 100755 --- a/src/Tizen.Maps/Tizen.Maps/Polyline.cs +++ b/src/Tizen.Maps/Tizen.Maps/Polyline.cs @@ -37,7 +37,7 @@ namespace Tizen.Maps /// 3 /// List of geographical coordinates. /// Line color. - /// The width of line [1 ~ 100] (pixels). + /// The width of line [1 ~ 100] \(pixels). /// Thrown when input values are invalid. public Polyline(List coordinates, Color color, int width) : base() { diff --git a/src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs b/src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs index 0eb894e..234e03b 100755 --- a/src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs +++ b/src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs @@ -228,7 +228,7 @@ namespace Tizen.Network.Nfc /// /// 3 /// The encoded text. - /// The language code string value followed by the IANA [RFC 3066] (ex: en-US, ko-KR). + /// The language code string value followed by the IANA [RFC 3066] \(ex: en-US, ko-KR). /// The encoding type. /// Thrown when the NFC is not supported. /// Thrown when the method fails due to an invalid parameter. @@ -267,7 +267,7 @@ namespace Tizen.Network.Nfc /// Creates a record with the mime type payload. /// /// 3 - /// The mime type [RFC 2046] (ex. text/plain, image/jpeg ). This value is stored in the type field. + /// The mime type [RFC 2046] \(ex. text/plain, image/jpeg ). This value is stored in the type field. /// The data in the form of the bytes array. /// The size of the data. /// Thrown when the NFC is not supported. diff --git a/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md b/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md index 708ccd9..0d57155 100644 --- a/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md +++ b/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md @@ -13,11 +13,12 @@ # 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 --- diff --git a/src/Tizen.Pims.Contacts/doc/api/Tizen.Pims.Contacts.ContactsViews.md b/src/Tizen.Pims.Contacts/doc/api/Tizen.Pims.Contacts.ContactsViews.md index a2b30c9..c33bbcc 100644 --- a/src/Tizen.Pims.Contacts/doc/api/Tizen.Pims.Contacts.ContactsViews.md +++ b/src/Tizen.Pims.Contacts/doc/api/Tizen.Pims.Contacts.ContactsViews.md @@ -15,9 +15,10 @@ 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 ---