Linking to a package in Javadoc using @see renders weirdly #3004
Labels
bug
kdoc-spec
An issue that requires clarification from the KDoc spec's perspective
language: Java
Issue/PR related to the Java language feature/analysis/docs
Milestone
Describe the bug
I have a java file, which in the Javadoc for the containing file contains an
@see other.package
directive.This directive is parsed by Dokka and generates a "See also" section, however the content of that section are not a link, and are also broken into two separate lines. Similarly the
@link
directive gets ignored / turned into a regular non-link text segment.Expected behaviour
I would expect the contents of the see also section to contain a clickable link to the package content overview for that package, and to not break apart the package name.
Screenshots
To Reproduce
ConfigAccordionId.java from the screenshot:
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
Additional context
I've had similar problems linking to a package overview from a markdown file using
Are you willing to provide a PR?
Sure
The text was updated successfully, but these errors were encountered: