summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-12-21 22:23:03 -0500
committerGitHub <noreply@github.com>2016-12-21 22:23:03 -0500
commit56eb9fa61523f14c62f0b4437e33e67cab0d034e (patch)
tree899e54cadb54ce6350a22cc22781d7b66f6ef054
parentf80237576b661b919e29d245d2369327452418d1 (diff)
downloadqtlocation-mapboxgl-56eb9fa61523f14c62f0b4437e33e67cab0d034e.tar.gz
[ios] Correct formatting and typos in MGLStyleValue documentation (#7515)
-rw-r--r--platform/darwin/src/MGLStyleValue.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/platform/darwin/src/MGLStyleValue.h b/platform/darwin/src/MGLStyleValue.h
index 1952e6a9e8..eec7ed9781 100644
--- a/platform/darwin/src/MGLStyleValue.h
+++ b/platform/darwin/src/MGLStyleValue.h
@@ -16,13 +16,13 @@ NS_ASSUME_NONNULL_BEGIN
The `MGLStyleValue` class takes a generic parameter `T` that indicates the
Foundation class being wrapped by this class. Common values for `T` include:
-
+
<ul>
- <li>`NSNumber` (for Boolean values, floating-point numbers, and enumerations)</li>
- <li>`NSValue` (for `CGVector`, `NSEdgeInset`, and `UIEdgeInset`s)</li>
- <li>`NSString`</li>
- <li>`NSColor` or `UIColor`</li>
- <li>`NSArray`</li>
+ <li><code>NSNumber</code> (for Boolean values and floating-point numbers)</li>
+ <li><code>NSValue</code> (for <code>CGVector</code>, <code>NSEdgeInsets</code>, <code>UIEdgeInsets</code>, and enumerations)</li>
+ <li><code>NSString</code></li>
+ <li><code>NSColor</code> or <code>UIColor</code></li>
+ <li><code>NSArray</code></li>
</ul>
*/
@interface MGLStyleValue<T> : NSObject