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] Reference to class is not rendered under @constructor #3352

Closed
atyrin opened this issue Nov 16, 2023 · 1 comment · Fixed by #3449
Closed

[K2] Reference to class is not rendered under @constructor #3352

atyrin opened this issue Nov 16, 2023 · 1 comment · Fixed by #3449
Assignees
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Milestone

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 16, 2023

/**
 * Reference in description [AllKDocTagsClass]
 *
 * @constructor reference in constructor [AllKDocTagsClass]
 */
class AllKDocTagsClass(paramInt: Int, paramStr: String = "100"){}

For the description:
image

For the constructor:
image

In K1, both work.

Installation

  • Dokka version: 1.9.20

Parent: #3328

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

atyrin commented Nov 16, 2023

Also looks relevant to #3179

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

Successfully merging a pull request may close this issue.

3 participants