So, I've managed to solve the above issue with <ht...
# dokka
e
So, I've managed to solve the above issue with https://github.com/ajoberstar/gradle-git-publish On another note, I'd like to exclude certain public elements (e.g., extension methods) from being picked up by Dokka. Is that possible?
1
a
@suppress
e
Thanks @Alex HEDLEY!
@suppress
looks good enough for now
I also see a plugin can be developed and used inside the same multi-module project. Cool!
@Alex HEDLEY just one more related question. Can I do the same with entire packages? I have some packages for JS external declarations which should not be included in the documentation.