yousef shaaban
09/08/2022, 9:20 AMIgnat Beresnev
09/09/2022, 9:20 AMyousef shaaban
09/11/2022, 2:11 PMyousef shaaban
09/11/2022, 7:52 PMIgnat Beresnev
09/12/2022, 1:17 PMreportUndocumented
configuration property, which prints all undocumented declarations - maybe it'll be enough for your use case?
If you want a coverage percentage, you can write a Dokka plugin. Have a look at how this flag works (ReportUndocumentedTransformer), and implement something similar to calculate coverage.
We've also updated developer guides for 1.7.20, so you can find some information on writing plugins here.yousef shaaban
09/12/2022, 1:31 PMIgnat Beresnev
09/12/2022, 1:44 PMIgnat Beresnev
09/12/2022, 1:45 PMdependencies{
dokkaHtmlPlugin("...")
}