user
12/14/2016, 7:07 PM@suppress
to all of the class files within the packages but the package still shows up in the javadoc/kdoc index and generates a package page with no methods.
It would be great to have a directive in the dokka tasks for excluding the package.
dokka {
...
suppressPackages = ['com.example.internal.*', 'com.example.secret']
...
}
Something like that would allow me to generate external vs internal documentation.
Thanks!