Added package documentation.

This commit is contained in:
Erik C. Thauvin 2019-09-19 18:07:05 -07:00
parent 247192757e
commit 65e694e527
2 changed files with 7 additions and 0 deletions

View file

@ -147,6 +147,8 @@ tasks {
url = "https://github.com/ethauvin/$name/blob/${project.version}/src/main/kotlin"
suffix = "#L"
}
includes = listOf("config/dokka/packages.md")
linkMappings = arrayListOf(mapping)
includeNonPublic = false
}

5
config/dokka/packages.md Normal file
View file

@ -0,0 +1,5 @@
# Module akismet-kotlin
[Akismet for Kotlin/Java](https://github.com/ethauvin/akismet-kotlin), a client library for accessing the [Automattic Kismet](https://www.akismet.com/) (Akismet) spam comments filtering service.