You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
[ios] Fix jazzy doc generation failure and document MGLGeoJSONSource
Clang/Sourcekitten do not appear to like HTML tags in `@param` definitions.
Also:
- Wraps lines at 80 chars.
- Adds minimal docs for MGLGeoJSONSource so it will be seen by jazzy.
@param sourceIdentifier A string that uniquely identifies the source.
97
107
@param geoJSONData An NSData object representing GeoJSON source code.
98
-
@param options An NSDictionary of attributes for this source specified by the <a href="https://www.mapbox.com/mapbox-gl-style-spec/#sources-geojson">the style specification</a>.
108
+
@param options An NSDictionary of attributes for this source.
@param sourceIdentifier A string that uniquely identifies the source.
115
128
@param URL An HTTP(S) URL, absolute file URL, or local file URL relative to the
116
129
current application’s resource bundle.
117
-
@param options An NSDictionary of attributes for this source specified by the <a href="https://www.mapbox.com/mapbox-gl-style-spec/#sources-geojson">the style specification</a>.
130
+
@param options An NSDictionary of attributes for this source.
0 commit comments