KtDoc / Dokka - @inheritDoc

sorry, I have now commented on a similar issue on an existing dokka issues which I guess is the better location:

Probably best to continue the discussion there.

However, what you can do with inherit doc is extend the original documentation without doing a complete copy/paste:

 /**
  * {@inheritDoc}
  * This particular implementation does a extra foo with bar.
  */
3 Likes