suppress Obvious Functions
Whether to suppress obvious functions.
A function is considered to be obvious if it is:
Inherited from
kotlin.Any,Kotlin.Enum,java.lang.Objectorjava.lang.Enum, such asequals,hashCode,toString.Synthetic (generated by the compiler) and does not have any documentation, such as
dataClass.componentNordataClass.copy.
Default is true