We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
@see
To Reproduce
package org.jetbrains.dokka.issue.rendering class LongPackageName {} /** * @see [java.applet.AppletContext.showDocument] some comment 01 * @see [java.io.StringReader] some comment 02 * @see [java.beans.DefaultPersistenceDelegate] some comment 03 * @see [org.jetbrains.dokka.issue.rendering.LongPackageName] some comment 04 */ fun main(){ }
Installation
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
@see
references with a long name overlap comment text@see
reference and comment text are not on the same line with text.To Reproduce
Installation
The text was updated successfully, but these errors were encountered: