Proofread and improve documentation examples #2269
Labels
documentation
An issue/PR related to Dokka's external or internal documentation
enhancement
An issue for a feature or an overall improvement
runner: Gradle plugin
An issue/PR related to Dokka's Gradle plugin
Milestone
Just adding dokka and generating html works out of the box - no question. However, when trying to configure dokka with more advanced options in a project with kotlin 1.6 and gradle 7.1, the configuration examples would not compile or work for various reasons. Moreover, the CLI documentation is rather ambiguous.
Known issues and action points:
<matchingRegex>kotlin($|\.).*</matchingRegex>
mentioned in the docs does not seem to work for a simple maven project, needs to be checkedsamples
supposed to be used? #1264The text was updated successfully, but these errors were encountered: