Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit 3dee761

Browse files
committed
Adapts the documentation to match default code style.
1 parent 2a33a55 commit 3dee761

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Koyomi/Koyomi.swift

+9-7
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,15 @@ import UIKit
7373
@objc optional func koyomi(_ koyomi: Koyomi, fontForItemAt indexPath: IndexPath, date: Date) -> UIFont?
7474

7575

76-
/// Returns font color for individual cells.
77-
///
78-
/// - Parameters:
79-
/// - koyomi: The current Koyomi instance.
80-
/// - indexPath: The index path of the cell that was selected.
81-
/// - date: The date representing current item.
82-
/// - Returns: A color for item at the indexPath or nil for default font.
76+
/**
77+
Returns font color for individual cells.
78+
79+
- Parameter koyomi: The current Koyomi instance.
80+
- Parameter indexPath: The index path of the cell that was selected.
81+
- Parameter date: The date representing current item.
82+
83+
- Returns: A color for item at the indexPath or nil for default font.
84+
*/
8385
@objc optional func koyomi(_ koyomi: Koyomi, fontColorForItemAt indexPath: IndexPath, date: Date) -> UIColor?
8486

8587
}

0 commit comments

Comments
 (0)