#98 Classes marked with `@suppress` are included i...
# dokka
u
#98 Classes marked with
@suppress
are included in JavaDoc output [Kotlin/dokka] Issue created by codeprogression When add
@suppress
to a class in a KDoc, the HTML is created correctly (without the class in the resulting output). However, the JavaDoc output includes the suppressed class.