KDoc is a documentation generation system which reads specially formatted comments in Kotlin source code and generates compiled documentation.
I'm trying to document a method and trying to use @link and @code as in JavaDoc. I know in kotlin …
documentation kotlin kdoc