diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-30 16:55:05 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-30 16:55:05 +0300 |
commit | 9c6ffa354621e2cab39941e98597009917c4cfb6 (patch) | |
tree | a9483e76410a57c2c17739ef1be903ddffb15f6c /core/src/main/resources/dokka | |
parent | 7a6bc78fbd58a7bca8263e0341a60365a8c49c5d (diff) | |
download | dokka-9c6ffa354621e2cab39941e98597009917c4cfb6.tar.gz dokka-9c6ffa354621e2cab39941e98597009917c4cfb6.tar.bz2 dokka-9c6ffa354621e2cab39941e98597009917c4cfb6.zip |
Added special format for experimental kotlin website samples format
Diffstat (limited to 'core/src/main/resources/dokka')
-rw-r--r-- | core/src/main/resources/dokka/format/kotlin-website-samples.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/format/kotlin-website-samples.properties b/core/src/main/resources/dokka/format/kotlin-website-samples.properties new file mode 100644 index 00000000..bda616a4 --- /dev/null +++ b/core/src/main/resources/dokka/format/kotlin-website-samples.properties @@ -0,0 +1,2 @@ +class=org.jetbrains.dokka.Formats.KotlinWebsiteFormatRunnableSamplesDescriptor +description=Generates Kotlin website documentation
\ No newline at end of file |