Skip to content

KDoc references in code examples should be use codespans #2023

Description

@Jolanrensen

This is mostly a problem for Dokka. Rendering:

/** [select][DataFrame.select] */

shows up like below:

Image

This is not a problem in IntelliJ:

Image

but it can be resolved by writing them like:

/** [`select`][DataFrame.select] */

This is done (slightly) better, for instance, here:

Image

Metadata

Metadata

Assignees

Labels

KDocsImprovements or additions to KDocs

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions