The official documentation on Dokka says that Dokka can output result in different formats:
Output formats
html
- minimalistic html format used by default, Java classes are translated to Kotlinjavadoc
- looks like normal Javadoc, Kotlin classes are translated to Javahtml-as-java
- looks likehtml
, but Kotlin classes are translated to Javamarkdown
- markdown structured ashtml
, Java classes are translated to Kotlin
gfm
- GitHub flavored markdownjekyll
- Jekyll compatible markdownkotlin-website*
- internal format used for documentation on kotlinlang.org
While I've seen some of the formats on kotlinlang.org (the Standard Library and the Language Guide) I have yet to see others.
Are there any links to documentation generated in html
, javadoc
, or html-as-java
formats?