diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-11 12:21:49 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-12 14:53:52 -0800 |
commit | 13e2acbc754893efb945fe02d20824698415dcdb (patch) | |
tree | e8e4c966f03798fc6896a0fd3163e83921f84a38 /.jazzy.yaml | |
parent | ab677a7905b0f81850d6aa3dcdd2caebc0dbc851 (diff) | |
download | qtlocation-mapboxgl-13e2acbc754893efb945fe02d20824698415dcdb.tar.gz |
[ios, osx] Consolidate remaining files in platform/{ios,osx}
Diffstat (limited to '.jazzy.yaml')
-rw-r--r-- | .jazzy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml index ecbf9ff5bd..867c77e6b9 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -11,8 +11,8 @@ custom_head: | objc_mode: Yes skip_undocumented: Yes hide_documentation_coverage: Yes -umbrella_header: include/mbgl/ios/Mapbox.h -framework_root: include/mbgl/darwin +umbrella_header: platform/ios/include/Mapbox.h +framework_root: platform/darwin/include custom_categories: - name: Map |