diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-11 18:30:42 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-11 18:30:42 +0300 |
commit | 2de8d15435c1e779a1f97c48330acf5fc9c38670 (patch) | |
tree | d7eec8c443757488b86690f56340951c663f2906 /core/src | |
parent | 799e3713f8b6a80b53a1b9f28a86844ed30b71ae (diff) | |
download | dokka-2de8d15435c1e779a1f97c48330acf5fc9c38670.tar.gz dokka-2de8d15435c1e779a1f97c48330acf5fc9c38670.tar.bz2 dokka-2de8d15435c1e779a1f97c48330acf5fc9c38670.zip |
Add description for javadoc format
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/resources/dokka/format/javadoc.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/resources/dokka/format/javadoc.properties b/core/src/main/resources/dokka/format/javadoc.properties index a58317fc..a0d8a945 100644 --- a/core/src/main/resources/dokka/format/javadoc.properties +++ b/core/src/main/resources/dokka/format/javadoc.properties @@ -1 +1,2 @@ -class=org.jetbrains.dokka.javadoc.JavadocFormatDescriptor
\ No newline at end of file +class=org.jetbrains.dokka.javadoc.JavadocFormatDescriptor +description=Produces Javadoc, with Kotlin declarations as Java view
\ No newline at end of file |