Skip to content

Make target prefix more readable #4006

Open
@rjaros

Description

Describe the bug
When there are the same declarations in different targets the prefix ([js], [wasmJs] etc.) is added to the class or function name. But currently the generated name looks bad: [wasmJs]Socket. At least a space should be used. Even better the target name should be added as a suffix - it will also fix the sorting in the tree.

Expected behaviour
The generated name should look like this: Socket [wasmJs]

Screenshots
Image

Installation

  • Operating system: Linux
  • Build tool: Gradle v8.12
  • Dokka version: 2.0.0

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions