Skip to content

[K2] Javadoc links for references on inherited properties is not rendered #3350

@atyrin

Description

@atyrin
/**
 * @see  [java.io.StringReader.lock] see this
 * @see  [java.io.StringReader.mark] see that
 */
class ClassKDocLocation {
}

In K1 both links are rendered. And the first link is https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/StringReader.html#lock(). Note that lock is a property of parent class Reader(https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Reader.html#lock)

image

In K2 it:
image

IDE navigated
Installation

  • Dokka version: 1.9.20

Parent: #3328

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions