Skip to content

Commit 561df30

Browse files
committed
fix: Fix doc comments
1 parent 295e8e3 commit 561df30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Theming/Theme.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ import SwiftUI
1313
/// different platforms that you support. Especially since not all color variations are availble on all platforms:
1414
///
1515
/// ```swift
16+
/// // MARK: - Available Themes
1617
/// extension Theme {
1718
/// static let `default`: Theme = .createDefaultTheme()
1819
/// }
1920
///
20-
/// MARK: - Theme creation
21+
/// // MARK: - Theme creation
2122
/// extension Theme {
2223
/// private static func createDefaultTheme() -> Theme {
2324
/// let colors: Theme.ColorMap

0 commit comments

Comments
 (0)