From e6ed9cd63876962efc7432f6ff34012fc0fe815b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 18 Aug 2016 02:12:18 -0700 Subject: [ios, macos] Fully describe default values Also expand values in documentation comments to the full enumeration values. Fixes #5949. --- platform/darwin/src/MGLBackgroundStyleLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/src/MGLBackgroundStyleLayer.h') diff --git a/platform/darwin/src/MGLBackgroundStyleLayer.h b/platform/darwin/src/MGLBackgroundStyleLayer.h index 3412cde971..ecf4f995e9 100644 --- a/platform/darwin/src/MGLBackgroundStyleLayer.h +++ b/platform/darwin/src/MGLBackgroundStyleLayer.h @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN /** The color with which the background will be drawn. - The default value of this property is `#000000`. Set this property to `nil` to reset it to the default. + The default value of this property is an `NSColor` or `UIColor`object whose RGB value is 0, 0, 0 and whose alpha value is 1. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id backgroundColor; -- cgit v1.2.1