orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
513 stars 53 forks source link

suppressing dokka documentation for specific classes #320

Closed daudazimkhan closed 4 years ago

daudazimkhan commented 4 years ago

Dokka supports suppressing specific classes from documentation e.g.

packageOptions {
  prefix = "com.fqdn.MyPackage.R"
  suppress = true
}

The above will exclude com.fqdn.MyPackage.R from the generated documentation. Using orchid, is there any way to do the same?

cjbrooks12 commented 4 years ago

Not currently but it is in the works and is intended for the next major release (0.18.0), along with a bunch of other improvements to all the code documentation plugins. I'll close this issue as a duplicate, but you can follow #288 for the existing issue on this feature.