Can anyone point me to an official statement about whether KDoc or Dokka is the way to document Kotlin files going forward? My manager doesn’t want us to invest in one, only to have to switch to another.
k
kingsley
01/01/2018, 10:33 PM
KDoc is the language used to write documentation for Kotlin code.
Dokka is the tool that processes KDoc into actual documentation.