Also on another note... I generate that documentat...
# dokka
s
Also on another note... I generate that documentation for a library. I would like to exclude all code that is
internal
in each of my modules since it's not visible for anyone using the library? Thanks again!
a
do you modify
documentedVisibilities
anywhere? The default should be
public
, so
internal
should be excluded by default
s
I didn't! Let me double check... maybe my code has less internal than I think it really has 😅