3

Since KDoc documentation generation engine is abandoned in favor of Dokka, should Kotlin documentation be referred to as "KDoc comments", or as "Dokka comments"?

1 Answer 1

5

As described here, KDoc is the language used to write Kotlin documentation comments. Dokka is a tool that understands KDoc comments in Kotlin files and Javadoc comments in Java files, and generates documentation from them. Therefore, "KDoc comments" is the correct term to use.

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.