diff options
Diffstat (limited to 'dokka-subprojects/plugin-base/src/main/resources/dokka/format/kotlin-website-html.properties')
-rw-r--r-- | dokka-subprojects/plugin-base/src/main/resources/dokka/format/kotlin-website-html.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dokka-subprojects/plugin-base/src/main/resources/dokka/format/kotlin-website-html.properties b/dokka-subprojects/plugin-base/src/main/resources/dokka/format/kotlin-website-html.properties new file mode 100644 index 00000000..4e8dea39 --- /dev/null +++ b/dokka-subprojects/plugin-base/src/main/resources/dokka/format/kotlin-website-html.properties @@ -0,0 +1,6 @@ +# +# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. +# + +class=org.jetbrains.dokka.Formats.KotlinWebsiteHtmlFormatDescriptor +description=Generates Kotlin website documentation |