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

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

Closed
atyrin opened this issue Nov 15, 2023 · 2 comments
Closed
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 15, 2023

/**
 * @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

@atyrin atyrin added the bug label Nov 15, 2023
@atyrin
Copy link
Contributor Author

atyrin commented Nov 15, 2023

@atyrin atyrin closed this as completed Nov 15, 2023
@vmishenev
Copy link
Member

The fix should be in #3337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

No branches or pull requests

3 participants