<@U1PRSBLHJ> I'm willing to take a crack at this o...
# dokka
c
@semoro I'm willing to take a crack at this one: https://github.com/Kotlin/dokka/issues/197, but could use a little guidance as to how you might want is structured.
s
Hi! At first this can’t be regression, because before 0.9.15 functionality to suppress something simple does not exist
Looks like to fix it you should implement
isDocumentationSuppressed(options: DocumentationOptions)
for PsiElement instead of descriptor and than call it from
JavaPsiDocumentationBuilder
c
Interesting. I wonder why I don’t get generated files documented in previous versions.
Thanks for the tip. I’ll give it a shot.
To be clear, I don't want generated files to get documented 🙂