#77 How can I hide data-class generated methods? [...
# dokka
u
#77 How can I hide data-class generated methods? [Kotlin/dokka] Issue created by fschoellhammer I am looking for a way to remove
componentX()
and
copy(...)
methods of a
data class
from my Dokka generated Javadoc. Is there a way to do that?