Colin White
03/16/2023, 2:01 AMsuppressInheritedMembers
and suppressObviousFunctions
only suppress those methods if they’re not overriddenAdam S
03/16/2023, 10:56 AM@suppress
tag
https://kotlinlang.org/docs/kotlin-doc.html#suppress
Based on this issue, I think Dokka supports it: https://github.com/Kotlin/dokka/issues/1612
It’s not so convenient because it requires manually adding it, but if you need something that works today…Colin White
03/16/2023, 10:23 PM@suppress
to each function isn’t idealVadim Mishenev
03/20/2023, 11:59 AM