Add option to build API docs into bdk-jvm website
This commit is contained in:
parent
3a0fe79dd8
commit
20134bb96a
@ -1,6 +1,4 @@
|
||||
# Module bdk-android
|
||||
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings libraries for Android and the JVM.
|
||||
|
||||
These docs are valid for both `bdk-jvm` and `bdk-android` libraries.
|
||||
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings library for Android.
|
||||
|
||||
# Package org.bitcoindevkit
|
4
api-docs/Module2.md
Normal file
4
api-docs/Module2.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Module bdk-jvm
|
||||
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings library for Kotlin and Java on the JVM.
|
||||
|
||||
# Package org.bitcoindevkit
|
@ -28,8 +28,19 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
|
||||
named("main") {
|
||||
moduleName.set("bdk-android")
|
||||
moduleVersion.set("0.9.0")
|
||||
includes.from("Module.md")
|
||||
includes.from("Module1.md")
|
||||
samples.from("src/test/kotlin/org/bitcoindevkit/Samples.kt")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
|
||||
// dokkaSourceSets {
|
||||
// named("main") {
|
||||
// moduleName.set("bdk-jvm")
|
||||
// moduleVersion.set("0.9.0")
|
||||
// includes.from("Module2.md")
|
||||
// samples.from("src/test/kotlin/org/bitcoindevkit/Samples.kt")
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
Loading…
x
Reference in New Issue
Block a user