onevcat 1 year ago
parent
commit
fcec3f16f1

+ 2 - 1
Sources/Documentation.docc/Documentation.md

@@ -40,7 +40,8 @@ downloading again.
 ### Loading Images in Simple Way
 ### Loading Images in Simple Way
 
 
 - ``KingfisherCompatible``
 - ``KingfisherCompatible``
-- ``KingfisherWrapper``
+- ``KingfisherWrapper/setImage(with:placeholder:options:completionHandler:)-2srsv``
+- ``KingfisherWrapper/setImage(with:placeholder:options:completionHandler:)-3ft7a``
 - ``KingfisherManager``
 - ``KingfisherManager``
 - ``Source``
 - ``Source``
 
 

+ 1 - 1
Sources/General/KingfisherOptionsInfo.swift

@@ -31,7 +31,7 @@ import UIKit
 #endif
 #endif
     
     
 
 
-/// `KingfisherOptionsInfo` is a typealias for `[``KingfisherOptionsInfoItem``]`.
+/// `KingfisherOptionsInfo` is a typealias for `[KingfisherOptionsInfoItem]`.
 /// You can utilize the enum of option items with values to control certain behaviors of Kingfisher.
 /// You can utilize the enum of option items with values to control certain behaviors of Kingfisher.
 public typealias KingfisherOptionsInfo = [KingfisherOptionsInfoItem]
 public typealias KingfisherOptionsInfo = [KingfisherOptionsInfoItem]