From 1634058b51da4885224ba7f63aab14c7d794652f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 9 May 2016 16:05:14 -0700 Subject: [ios, osx] Reformatted documentation comments Reformatted documentation comments in public headers in the OS X SDK and public headers shared between the iOS and OS X SDKs to wrap at column 80 and avoid excessive indentation that causes SourceKitten to detect code blocks. --- platform/darwin/src/MGLPointAnnotation.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'platform/darwin/src/MGLPointAnnotation.h') diff --git a/platform/darwin/src/MGLPointAnnotation.h b/platform/darwin/src/MGLPointAnnotation.h index d186cbff18..13afcab717 100644 --- a/platform/darwin/src/MGLPointAnnotation.h +++ b/platform/darwin/src/MGLPointAnnotation.h @@ -7,10 +7,17 @@ NS_ASSUME_NONNULL_BEGIN -/** The `MGLPointAnnotation` class defines a concrete annotation object located at a specified point. You can use this class, rather than define your own, in situations where all you want to do is associate a point on the map with a title. */ +/** + The `MGLPointAnnotation` class defines a concrete annotation object located at + a specified point. You can use this class, rather than define your own, in + situations where all you want to do is associate a point on the map with a + title. + */ @interface MGLPointAnnotation : MGLShape -/** The coordinate point of the annotation, specified as a latitude and longitude. */ +/** + The coordinate point of the annotation, specified as a latitude and longitude. + */ @property (nonatomic, assign) CLLocationCoordinate2D coordinate; @end -- cgit v1.2.1