diff --git a/coil-base/src/main/java/coil/fetch/Fetcher.kt b/coil-base/src/main/java/coil/fetch/Fetcher.kt index 5acff92500..66ed43f156 100644 --- a/coil-base/src/main/java/coil/fetch/Fetcher.kt +++ b/coil-base/src/main/java/coil/fetch/Fetcher.kt @@ -10,8 +10,8 @@ import coil.request.Options * * To accomplish this, fetchers fit into one of two types: * - * - Uses the data as a key to fetch bytes from a remote source (e.g. network or disk) - * and exposes it as an [ImageSource]. e.g. [HttpUriFetcher] + * - Uses the data as a key to fetch bytes from a remote source (e.g. network, disk) + * and exposes it as an [ImageSource] (e.g. [HttpUriFetcher]). * - Reads the data directly and translates it into a [Drawable] (e.g. [BitmapFetcher]). */ fun interface Fetcher { diff --git a/deploy_docs.sh b/deploy_docs.sh index c73e2c1cf7..4335532ac9 100755 --- a/deploy_docs.sh +++ b/deploy_docs.sh @@ -31,3 +31,5 @@ rm docs/index.md \ docs/README-ko.md \ docs/README-tr.md \ docs/README-zh.md +rm -r docs/api +rm -r site