The format used to write documentation comments for Kotlin declarations is similar to Java’s Javadoc and is called KDoc . Just as in Javadoc, KDoc comments begin with /** and use tags starting with @ to document specific parts of a declaration.
The format used to write documentation comments for Kotlin declarations is similar to Java’s Javadoc and is called KDoc . Just as in Javadoc, KDoc comments begin with /** and use tags starting with @ to document specific parts of a declaration.