Skip to content

Commit

Permalink
doc(#647): no more orphaned doc
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 26, 2024
1 parent 2f0854e commit cc89fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import SwiftUI
/// Based on the native `Slider`, the `ODSSLider` offers to the user the possibility
/// to type direcly on the slider's track to get a value.
///

// MARK: - Initializers with labels.
public struct ODSSlider<Label, ValueLabel, V> where V: BinaryFloatingPoint, V.Stride: BinaryFloatingPoint, Label: View, ValueLabel: View {

// =======================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
import Foundation
import SwiftUI

// swiftlint:disable line_length

// ==========================
// MARK: - Cached Async Image
// ==========================
Expand Down Expand Up @@ -75,7 +77,6 @@ import SwiftUI
/// }
/// }
///
// swiftlint:disable line_length
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
struct CachedAsyncImage<Content>: View where Content: View {

Expand Down

0 comments on commit cc89fef

Please sign in to comment.