<#77: How can I hide data-class generated methods?...
# dokka
s
#77: How can I hide data-class generated methods? -> What's the update on this? Can you achieve not generating docs for certain methods? If it's not, then how do you make Dokka create some useful auto-generated docs? The docs for the methods are there but they are empty, thus ugly and not useful (what's the point in that really then?). This is not the case on the older Dokka (0.10.1). It doesn't generate docs for those methods (component/equals/hashcode in the data class), but the new Dokka does. Also in the older Dokka @supress works but in the new version it doesn't work.