kotlin auto documentation tools -
hasn't found kotlin auto documentation tools. doxygen kotlin. , there no kotlin own auto documentation understand.
so, if such tools exists, please let know.
actually, right kotlin team uses dokka (beta) official documentation https://github.com/kotlin/dokka
the documentation language write within code comments k-doc: https://kotlinlang.org/docs/reference/kotlin-doc.html
it generates beautiful layouts in web (http://kotlinlang.org/api/latest/jvm/stdlib/index.html) or pdf (http://kotlinlang.org/docs/kotlin-docs.pdf)
Comments
Post a Comment