Commit b47955a8 authored by plex's avatar plex Committed by GitHub

add (#291)

parent df4cef62
...@@ -130,6 +130,10 @@ tasks { ...@@ -130,6 +130,10 @@ tasks {
outputFormat = "markdown" outputFormat = "markdown"
outputDirectory = "$buildDir/dokka-markdown" outputDirectory = "$buildDir/dokka-markdown"
} }
val dokkaGfm by creating(org.jetbrains.dokka.gradle.DokkaTask::class) {
outputFormat = "gfm"
outputDirectory = "$buildDir/dokka-gfm"
}
} }
apply(from = rootProject.file("gradle/publish.gradle")) apply(from = rootProject.file("gradle/publish.gradle"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment