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 {
dokkaSourceSets.getByName("main") {
includes.from(layout.projectDirectory.file("src/main/descriptions.md").toString())
/*
externalDocumentationLink {
url.set(URL("https://javadoc.commandframework.cloud/")) //todo fix KDoc linking to JavaDoc
packageListUrl.set(URL("https://javadoc.commandframework.cloud/allpackages-index.html"))
}
*/
}
}
javadocJar {