You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openclassBar { funfoo() {} }
classFoo : Bar()
/** * I describe class Foo and method foo here: [Foo.foo] * And then describe class Bar and method foo here: [Bar.foo] * * @see [Foo.foo]*/funusage() {}
Rendered in K2 mode as:
Here @see [Foo.foo] replaces with [Bar.foo]. That is not happened in the description body.
In K1 the reference in @see was not resolved.
Installation
Dokka version: 2.0.0
The text was updated successfully, but these errors were encountered:
atyrin
changed the title
[K2] Link to an inherited declaration in @see block replace class container to parent one
[K2] Link to an inherited declaration in @see block replace class container to parent one in link label
Jul 8, 2024
Relates to #3350
The code
Rendered in K2 mode as:
Here
@see [Foo.foo]
replaces with[Bar.foo]
. That is not happened in the description body.In K1 the reference in
@see
was not resolved.Installation
The text was updated successfully, but these errors were encountered: