Skip to content
New issue

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

Rendering issues for See Also block for html frontend #2248

Closed
atyrin opened this issue Nov 25, 2021 · 0 comments · Fixed by #2267
Closed

Rendering issues for See Also block for html frontend #2248

atyrin opened this issue Nov 25, 2021 · 0 comments · Fixed by #2267
Labels
bug format: html An issue/PR related to Dokka's default HTML output format

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 25, 2021

Describe the bug

  1. @see references with a long name overlap comment text
  2. @see reference and comment text are not on the same line with text.

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

  • Dokka version: 1.6.0

image

@atyrin atyrin added bug format: html An issue/PR related to Dokka's default HTML output format labels Nov 25, 2021
@vmishenev vmishenev linked a pull request Dec 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug format: html An issue/PR related to Dokka's default HTML output format
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant