does doc inheritance not work for expected -> a...
# dokka
r
does doc inheritance not work for expected -> actual as it works with interface -> class?
s
Basically, right now it is not implemented in released version of Dokka, but it should a bit different, expected part always inherited, then, if actual part present, it is appended with corresponding header
e
any ETA on that?