Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7891cf

Browse files
authoredMar 11, 2020
Merge pull request #2347 from mapbox/2314-jazzy-doc-actualization
Jazzy doc actualization
2 parents 9d78861 + c264a8f commit d7891cf

File tree

7 files changed

+61
-35
lines changed

7 files changed

+61
-35
lines changed
 

‎MapboxCoreNavigation/MBNavigator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extension MBFixLocation {
1414
}
1515
}
1616

17+
/// :nodoc:
1718
extension MBRouteState: CustomStringConvertible {
1819
public var description: String {
1920
switch self {

‎MapboxNavigation-Documentation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232

3333
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3434

35-
s.source_files = ["MapboxNavigation/*", "MapboxCoreNavigation/*"]
35+
s.source_files = ["MapboxNavigation/**/*.swift","MapboxCoreNavigation"]
3636

3737
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3838

‎MapboxNavigation/LanesStyleKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import UIKit
1515

16-
16+
/// :nodoc:
1717
public class LanesStyleKit : NSObject {
1818

1919
//// Drawing Methods

‎MapboxNavigation/ManeuverView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import MapboxDirections
33
import MapboxCoreNavigation
44
import Turf
55

6-
/// :nodoc:
6+
/// A view that contains a simple image indicating a type of maneuver.
77
@IBDesignable
88
open class ManeuverView: UIView {
99

‎MapboxNavigation/ManeuversStyleKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import UIKit
22

3-
3+
/// :nodoc:
44
public class ManeuversStyleKit: NSObject {
55

66
//// Drawing Methods

‎MapboxNavigation/Style.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ open class Style: NSObject {
3838
/**
3939
URL of the style to display on the map when previewing a route, for example on CarPlay or your own route preview map.
4040
*/
41-
@objc open var previewMapStyleURL = MGLStyle.navigationPreviewDayStyleURL
41+
@objc open var previewMapStyleURL: URL = MGLStyle.navigationPreviewDayStyleURL
4242

4343
/**
4444
Applies the style for all changed properties.
@@ -228,7 +228,7 @@ open class StylableLabel: UILabel {
228228
}
229229
}
230230

231-
/// :nodoc
231+
/// :nodoc:
232232
@objc(MBStylableView)
233233
open class StylableView: UIView {
234234
@objc dynamic var borderWidth: CGFloat = 0.0 {

‎docs/jazzy.yml

Lines changed: 54 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,31 @@ custom_categories:
2222
- NavigationViewController
2323
- NavigationViewControllerDelegate
2424
- RouteVoiceController
25+
- VoiceControllerDelegate
26+
- MapboxVoiceController
27+
- NavigationOptions
28+
- NavigationView
2529
- name: Core Navigation Logic
2630
children:
2731
- NavigationService
32+
- NavigationServiceDelegate
2833
- MapboxNavigationService
34+
- Router
35+
- RouterDataSource
2936
- RouteController
30-
- RouteControllerDelegate
37+
- RouterDelegate
3138
- RouteProgress
3239
- RouteLegProgress
3340
- RouteStepProgress
34-
- RouteControllerNotificationUserInfoKey
41+
- NavigationEventsManager
42+
- EventsManagerDataSource
43+
- NavigationLocationManager
44+
- ReplayLocationManager
45+
- SimulatedLocationManager
46+
- NavigationRouteOptions
47+
- NavigationMatchOptions
48+
- NavigationDirections
49+
- SimulationMode
3550
- name: Maps
3651
children:
3752
- NavigationMapView
@@ -40,50 +55,60 @@ custom_categories:
4055
- name: Styling
4156
children:
4257
- Style
43-
- StyleKitArrows
44-
- StylableButton
45-
- StylableLabel
58+
- StyleManager
59+
- StyleManagerNotificationUserInfoKey
60+
- StyleManagerDelegate
61+
- DayStyle
62+
- NightStyle
4663
- name: Formatters
4764
children:
4865
- DistanceFormatter
49-
- RouteStepFormatter
5066
- name: UI Components
5167
children:
52-
- RouteTableViewController
53-
- NavigationPulleyViewController
54-
- Button
55-
- CellSubtitleLabel
56-
- CellTitleLabel
57-
- DashedLineView
58-
- HighlightedButton
59-
- LineView
60-
- ProgressBar
61-
- SeparatorView
62-
- SubtitleLabel
63-
- TitleLabel
64-
- TurnArrowView
65-
- WayNameLabel
68+
- ManeuverView
69+
- BottomBannerViewController
70+
- BottomBannerViewControllerDelegate
71+
- SpeedLimitView
72+
- UserPuckCourseView
73+
- CourseUpdatable
74+
- GenericRouteShield
75+
- NavigationComponent
6676
- name: CarPlay
6777
children:
6878
- CarPlayManager
6979
- CarPlayManagerDelegate
7080
- CarPlayNavigationViewController
7181
- CarPlayNavigationDelegate
7282
- CarPlayActivity
83+
- CarPlayCompassView
84+
- CarPlayMapViewController
85+
- CarPlaySearchController
86+
- CarPlayConnectionObserver
7387
- name: Configuration
7488
children:
75-
- MaxSecondsSpentTravelingAwayFromStartOfRoute
7689
- RouteControllerDeadReckoningTimeInterval
90+
- RouteControllerMediumAlertInterval
7791
- RouteControllerHighAlertInterval
7892
- RouteControllerManeuverZoneRadius
79-
- RouteControllerMaxManipulatedCourseAngle
93+
- RouteSnappingMaxManipulatedCourseAngle
8094
- RouteControllerMaximumAllowedDegreeOffsetForTurnCompletion
8195
- RouteControllerMaximumDistanceBeforeRecalculating
82-
- RouteControllerMediumAlertInterval
83-
- RouteControllerMinimumDistanceForHighAlertCycling
84-
- RouteControllerMinimumDistanceForHighAlertDriving
85-
- RouteControllerMinimumDistanceForHighAlertWalking
86-
- RouteControllerMinimumDistanceForMediumAlertCycling
87-
- RouteControllerMinimumDistanceForMediumAlertDriving
88-
- RouteControllerMinimumDistanceForMediumAlertWalking
8996
- RouteControllerUserLocationSnappingDistance
97+
- MBCongestionAttribute
98+
- MBCurrentLegAttribute
99+
- MBRouteLineWidthByZoomLevel
100+
- NavigationMapViewMinimumDistanceForOverheadZooming
101+
- NavigationViewMinimumVolumeForWarning
102+
- RouteControllerIncorrectCourseMultiplier
103+
- RouteControllerLinkedInstructionBufferMultiplier
104+
- RouteControllerMaximumSpeedForUsingCurrentStep
105+
- RouteControllerMinNumberOfInCorrectCourses
106+
- RouteControllerMinimumBacktrackingDistanceForRerouting
107+
- RouteControllerMinimumDistanceForContinueInstruction
108+
- RouteControllerMinimumDurationRemainingForProactiveRerouting
109+
- RouteControllerMinimumNumberLocationUpdatesBackwards
110+
- RouteControllerNumberOfSecondsForRerouteFeedback
111+
- RouteControllerProactiveReroutingInterval
112+
- RouteSnappingMinimumHorizontalAccuracy
113+
- RouteSnappingMinimumSpeed
114+
- NavigationSettings

0 commit comments

Comments
 (0)
Please sign in to comment.