diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-04-06 18:30:28 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-04-20 19:24:12 -0400 |
commit | 425aa5aab4c65c35af58a327529e6eca0c36b3db (patch) | |
tree | 899fa6471b2f3bd20366280256e77c4ead3e58b9 | |
parent | f4d8a7d5d522156220f94fbfb1e64d4be31cfb0d (diff) | |
download | qtlocation-mapboxgl-425aa5aab4c65c35af58a327529e6eca0c36b3db.tar.gz |
Updated jazzy config flags for jazzy 0.6.0
Fixes #4620.
Cherry-picked from cee1b0b526dbec0dea9c4daaac94f333395062e2.
-rw-r--r-- | .jazzy.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml index 602e8cdb0d..216fd82ae2 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,14 +1,14 @@ -module_name: Mapbox -author_name: Mapbox +module: Mapbox +author: Mapbox author_url: https://www.mapbox.com/ github_url: https://github.com/mapbox/mapbox-gl-native dash_url: https://www.mapbox.com/ios-sdk/docsets/Mapbox.xml copyright: '© 2014–2016 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' -custom_head: | +head: | <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' /> -objc_mode: Yes +objc: Yes skip_undocumented: Yes hide_documentation_coverage: Yes umbrella_header: platform/ios/include/Mapbox.h |