Remove Dokka linking that didn't work anyways
This commit is contained in:
parent
ab615127b9
commit
1fc08b80a1
1 changed files with 2 additions and 0 deletions
|
|
@ -10,10 +10,12 @@ tasks {
|
||||||
withType<DokkaTask>().configureEach {
|
withType<DokkaTask>().configureEach {
|
||||||
dokkaSourceSets.getByName("main") {
|
dokkaSourceSets.getByName("main") {
|
||||||
includes.from(layout.projectDirectory.file("src/main/descriptions.md").toString())
|
includes.from(layout.projectDirectory.file("src/main/descriptions.md").toString())
|
||||||
|
/*
|
||||||
externalDocumentationLink {
|
externalDocumentationLink {
|
||||||
url.set(URL("https://javadoc.commandframework.cloud/")) //todo fix KDoc linking to JavaDoc
|
url.set(URL("https://javadoc.commandframework.cloud/")) //todo fix KDoc linking to JavaDoc
|
||||||
packageListUrl.set(URL("https://javadoc.commandframework.cloud/allpackages-index.html"))
|
packageListUrl.set(URL("https://javadoc.commandframework.cloud/allpackages-index.html"))
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
javadocJar {
|
javadocJar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue