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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -