1

According to Kotlin KDoc: Documentation? and https://devnet.jetbrains.com/thread/458339, KDoc is stalled, and there is another documentation processing engine being developed, but it is not ready yet.

Question: as of now, is there any agreed format of documentation which will be fully supported by doc generator and by Kotlin plugin for IDEA?

P.S. Just don't want to rewrite docs I've been written so far (in Markdown).

2
  • According to this commit github.com/JetBrains/kotlin/commit/… markdown will be supported shortly, maybe in the next milestone release. Commented Mar 19, 2015 at 11:29
  • Looks like it's going that way. Commented Mar 19, 2015 at 13:10

1 Answer 1

4

The just published M11 release of Kotlin officially supports a new documentation format based on a combination of Markdown and JavaDoc. You can find the full documentation for it here.

The new documentation generation tool will be officially released in a very short while. Right now it's available in a Git repository here.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.