How do I inherit KDoc documentation?

Dokka always copies the documentation from a base member to an inherited one if the inherited member does not have its own documentation. There is no way to combine the base member documentation with additional text provided in the inherited member. (Dokka doesn’t support the @inheritdoc Javadoc tag because this inevitably leads to the proliferation … Read more

Missing iFrame view for Javadocs JDK 11+

In case anyone else has the same query, Frames are no longer generated by Default. This is covered in JDK-8202961 In times past, to allow for navigation within API documentation, the standard doclet presented indexes in frames on the left side of the window to allow classes, packages and (more recently) modules to be selected … Read more

tech