Ignore Base Class View Public Functions In Subclass Documentation With Dokka
I generated documentation with Dokka for a View subclass. Works well, but the docs include the hundreds of public functions of the base View class. Is there a way to only document
Solution 1:
Currently, there is no option to that, we plan to add dedicated flag to turn it on/off.
You can follow this issue to get current state on that case: https://github.com/Kotlin/dokka/issues/1501
Post a Comment for "Ignore Base Class View Public Functions In Subclass Documentation With Dokka"