orchidhq / Orchid

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

Allow to path command args to Dokka #375

Closed Fomikadze closed 4 years ago

Fomikadze commented 4 years ago

Hi!

I need to generate documentation on private variables and classes. To enable this feature in Dokka I path <includeNonPublic>true</includeNonPublic>. How can I do the same in Orchid?

cjbrooks12 commented 4 years ago

It's not documented, currently, but you can pass additional CLI arguments to Dokka. See #364

Fomikadze commented 4 years ago

Great, thanks!