Skip to content

Commit

Permalink
Organize DocC (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Apr 29, 2024
1 parent b69d424 commit fb532be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,3 +1116,7 @@ The second assignment of `isOn` will guarantee that it holds a value of `true`.

- ``SharedReader``
- ``PersistenceReaderKey``

### Default values

- ``PersistenceKeyDefault``
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
### Overriding storage

- ``FileStorage``

### Deprecations

- ``LiveFileStorage()``
- ``InMemoryFileStorage()``
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
### Storing a value

- ``PersistenceReaderKey/inMemory(_:)``

### Overriding storage

- ``InMemoryStorage``

0 comments on commit fb532be

Please sign in to comment.