Skip to content

Commit 07a87d8

Browse files
committed
Fix docc errors
1 parent feba024 commit 07a87d8

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

Sources/Examples/SwiftUI Examples/StandardStyleLocationsExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import SwiftUI
44
struct StandardStyleLocationsExample: View {
55
/// This model is created in root application views for each platform:
66
///
7-
/// - ``VisionOSMain`` for visionOS
7+
/// - `VisionOSMain` for visionOS
88
/// - ``SwiftUIWrapper`` view for iOS
99
@EnvironmentObject var model: StandardStyleLocationsModel
1010
@State private var settingsHeight: CGFloat = 0

Sources/MapboxMaps/Documentation.docc/API Catalogs/Featuresets and Interactions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ In UIKit applications, use ``MapboxMap/setFeatureState(_:state:callback:)`` and
129129
- ``LongPressInteraction``
130130

131131
### Featuresets
132-
- ``FeaturesetDescriptor-struct``
132+
- ``FeaturesetDescriptor``
133133
- ``FeaturesetFeatureId``
134-
- ``FeaturesetQueryTarget``
135134

136135
### Feature types
137136
- ``FeaturesetFeatureType``

Sources/MapboxMaps/Documentation.docc/API Catalogs/MapboxMap APIs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@
3434
- ``QueriedSourceFeature``
3535
- ``RenderedQueryOptions``
3636
- ``AnnotatedFeature``
37-
- ``FeaturesetDescriptor-class``

Sources/MapboxMaps/Foundation/RenderedQueryGeometry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// A geometry to define a portion of screen that should be queried for rendered features.
22
///
3-
/// See ``MapboxMap/queryRenderedFeatures(with:targets:completion:)`` and ``MapboxMap/queryRenderedFeatures(with:options:completion:)`` for more information.
3+
/// See ``MapboxMap/queryRenderedFeatures(featureset:filter:completion:)`` and ``MapboxMap/queryRenderedFeatures(with:options:completion:)`` for more information.
44
public struct RenderedQueryGeometry {
55
let core: CoreRenderedQueryGeometry
66

Sources/MapboxMaps/Style/MapStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import MapboxCoreMaps
3232
/// }
3333
/// ```
3434
///
35-
/// The ``MapStyle/standard(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:show3dObjects:)`` factory method lists the predefined parameters that Standard Style supports. You can also use the Classic Mapbox-designed styles such as ``MapStyle/satelliteStreets``, ``MapStyle/outdoors``, and many more. Or use custom styles that you design with [Mapbox Studio](https://www.mapbox.com/mapbox-studio).
35+
/// The ``MapStyle/standard(theme:lightPreset:font:showPointOfInterestLabels:showTransitLabels:showPlaceLabels:showRoadLabels:showPedestrianRoads:show3dObjects:colorMotorways:colorPlaceLabelHighlight:colorPlaceLabelSelect:colorRoads:colorTrunks:themeData:)`` factory method lists the predefined parameters that Standard Style supports. You can also use the Classic Mapbox-designed styles such as ``MapStyle/satelliteStreets``, ``MapStyle/outdoors``, and many more. Or use custom styles that you design with [Mapbox Studio](https://www.mapbox.com/mapbox-studio).
3636
///
3737
///
3838
/// - Important: Configuration can be applied only to `.standard` style or styles that uses `.standard` as import. For any other styles configuration will make no effect.

0 commit comments

Comments
 (0)