mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Add CI for DocC warnings (#750)
* Add CI for DocC warnings * More specific grep
This commit is contained in:
@@ -47,10 +47,9 @@ import SwiftUI
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// - See also: ``Reducer/pullback(state:action:environment:breakpointOnNil:_:_:)``, a method that
|
||||
/// aids in transforming reducers that operate on each case of an enum into reducers that operate
|
||||
/// on the entire enum.
|
||||
///
|
||||
/// - See also: ``Reducer/pullback(state:action:environment:breakpointOnNil:file:line:)``, a method
|
||||
/// that aids in transforming reducers that operate on each case of an enum into reducers that
|
||||
/// operate on the entire enum.
|
||||
public struct SwitchStore<State, Action, Content>: View where Content: View {
|
||||
public let store: Store<State, Action>
|
||||
public let content: () -> Content
|
||||
|
||||
Reference in New Issue
Block a user