Remove Dokka linking that didn't work anyways

This commit is contained in:
jmp 2021-03-19 18:36:51 -07:00 committed by Jason
parent ab615127b9
commit 1fc08b80a1

View file

@ -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 {