Is it possible to suppress `equals`/`hashCode`/`toString` for all classes in the generated docs? I’d like to be able to suppress those methods from the docs even if they’re overridden.
suppressInheritedMembers
and
suppressObviousFunctions
only suppress those methods if they’re not overridden
a
Adam S
03/16/2023, 10:56 AM
I can’t find it anywhere in the Dokka documentation, but there is a KDoc