summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.h
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-07-22 15:01:19 -0400
committerGitHub <noreply@github.com>2016-07-22 15:01:19 -0400
commit0ea6bdd7fe61ea5e03d9dbfd9142a3aedf1559fb (patch)
tree1f9a035ece17d481638c2e527463c3e8e42c8e3b /platform/ios/src/MGLCompactCalloutView.h
parente33b9981cb7e0e909198c11690a571cacd2e27bb (diff)
downloadqtlocation-mapboxgl-0ea6bdd7fe61ea5e03d9dbfd9142a3aedf1559fb.tar.gz
[ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)
- Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`. - Adds ticks around class/property names/values. - Breaks lines at 80 characters.
Diffstat (limited to 'platform/ios/src/MGLCompactCalloutView.h')
-rw-r--r--platform/ios/src/MGLCompactCalloutView.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/ios/src/MGLCompactCalloutView.h b/platform/ios/src/MGLCompactCalloutView.h
index ebe27c842c..56c48a99e5 100644
--- a/platform/ios/src/MGLCompactCalloutView.h
+++ b/platform/ios/src/MGLCompactCalloutView.h
@@ -2,7 +2,10 @@
#import "MGLCalloutView.h"
/**
- A concrete implementation of `MGLCalloutView` based on <a href="https://github.com/nfarina/calloutview">SMCalloutView</a>. This callout view displays the represented annotation’s title, subtitle, and accessory views in a compact, two-line layout.
+ A concrete implementation of `MGLCalloutView` based on
+ <a href="https://github.com/nfarina/calloutview">SMCalloutView</a>. This
+ callout view displays the represented annotation’s title, subtitle, and
+ accessory views in a compact, two-line layout.
*/
@interface MGLCompactCalloutView : SMCalloutView <MGLCalloutView>