Added package documentation.
This commit is contained in:
parent
247192757e
commit
65e694e527
2 changed files with 7 additions and 0 deletions
|
@ -147,6 +147,8 @@ tasks {
|
||||||
url = "https://github.com/ethauvin/$name/blob/${project.version}/src/main/kotlin"
|
url = "https://github.com/ethauvin/$name/blob/${project.version}/src/main/kotlin"
|
||||||
suffix = "#L"
|
suffix = "#L"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
includes = listOf("config/dokka/packages.md")
|
||||||
linkMappings = arrayListOf(mapping)
|
linkMappings = arrayListOf(mapping)
|
||||||
includeNonPublic = false
|
includeNonPublic = false
|
||||||
}
|
}
|
||||||
|
|
5
config/dokka/packages.md
Normal file
5
config/dokka/packages.md
Normal 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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue