mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Support DocC Xcode 13 (#591)
* wip * finish * revert back code snippet identation to 5 * Update Sources/ComposableArchitecture/Effect.swift Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,9 @@ public struct Identified<ID, Value>: Identifiable where ID: Hashable {
|
||||
/// Initializes an identified value from a given value and a function that can return a hashable
|
||||
/// identifier from the value.
|
||||
///
|
||||
/// ```swift
|
||||
/// Identified(uuid, id: \.self)
|
||||
/// ```
|
||||
///
|
||||
/// - Parameters:
|
||||
/// - value: A value.
|
||||
@@ -30,7 +32,9 @@ public struct Identified<ID, Value>: Identifiable where ID: Hashable {
|
||||
/// Initializes an identified value from a given value and a function that can return a hashable
|
||||
/// identifier from the value.
|
||||
///
|
||||
/// ```swift
|
||||
/// Identified(uuid, id: \.self)
|
||||
/// ```
|
||||
///
|
||||
/// - Parameters:
|
||||
/// - value: A value.
|
||||
|
||||
Reference in New Issue
Block a user