In Java, if you want to document a package, you need to put it in the package-info.class file. Is it the same with Kotlin and KDoc? I looked through some of Kotlin's sources and cannot find where their package documentation is written.
You are using the includeDokka configuration option.
include
See: https://github.com/Kotlin/dokka/blob/master/README.md
Example: https://github.com/JetBrains/kotlin/blob/58e93d5e1bb547c8a7e398587b6851ccf6372326/libraries/build-docs.xml
Source: https://habr.com/ru/post/1627362/More articles:An effective way to display the "Cant access network" View with "Retry" and additional options such as "Wi-Fi settings", "Mobile network", - android-layoutJAVA elastic collision of moving and non-moving circles - javaProblems with vector reflection with particle collisions - javascriptCollision of circular objects - algorithmThe list of is returned as System.Collections.Generic.List on HttpPost with MVC - listHow can I get the url on behalf of the route in C # using asp.net mvc and razor pattern mechanism? - c #How to create placeholder variables in a catch try block in Clojure - clojureUpdating Jira tickets from Jenkins workflow (jenkinsfile) - jenkinsRequest Parameters Grails RestBuilder - grailscron для каждых 30 секунд в кварцевом планировщике? - javaAll Articles