From 748a938dfff2fafe53ba64e525c2fb296349ec0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 12 Oct 2017 15:17:41 -0700 Subject: [ios, macos] Fixed symbol export warning Fixed a warning issued by check-public-symbols.js in MGLMapSnapshotOptions due to the MGL_EXPORT keyword appearing before the documentation comment. Also copyedited a couple comments in the same header. --- platform/darwin/src/MGLMapSnapshotter.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platform/darwin/src/MGLMapSnapshotter.h b/platform/darwin/src/MGLMapSnapshotter.h index 615d39bee4..e227f3e306 100644 --- a/platform/darwin/src/MGLMapSnapshotter.h +++ b/platform/darwin/src/MGLMapSnapshotter.h @@ -5,10 +5,10 @@ NS_ASSUME_NONNULL_BEGIN -MGL_EXPORT /** - The options to use when creating images with the `MGLMapsnapshotter`. + The options to use when creating images with the `MGLMapSnapshotter`. */ +MGL_EXPORT @interface MGLMapSnapshotOptions : NSObject /** @@ -63,7 +63,8 @@ MGL_EXPORT /** The scale of the output image. Defaults to the main screen scale. - Minimum is 1. + + The minimum scale is 1. */ @property (nonatomic) CGFloat scale; -- cgit v1.2.1