Skip to content

Commit 7cb5f28

Browse files
committed
docs: add module.md
1 parent dd3f9cc commit 7cb5f28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ tasks.withType<DokkaTask> {
190190
externalDocumentationLink {
191191
url = URI.create("https://kotlinlang.org/api/kotlinx.serialization/").toURL()
192192
}
193+
includes.from("module.md")
193194
}
194195
}
195196

module.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Module kotlinx-serialization-bencoding
2+
3+
A Kotlin serialization codec for bencoding format(Bittorrent).
4+
5+
Reference: [https://www.bittorrent.org/beps/bep_0003.html](https://www.bittorrent.org/beps/bep_0003.html)

0 commit comments

Comments
 (0)