Can I tell dokka to inherit the docs of another me...
# dokka
h
Can I tell dokka to inherit the docs of another method. Like in the example I’d like to simply reuse the javadoc for the second impl:
k
I found something about this: https://stackoverflow.com/a/35838071
h
Thanks, but this seems to apply only for class hierarchies. In case of multiple methods that just slightly vary in parameters (that is my usease) but do the same thing, it won’t apply.
s
No such functionality in KDoc yet, feel free to open issue