Skip to content

Dokka Javadoc's tag parser is case-insensitive #2907

@qwwdfsad

Description

@qwwdfsad

According to Javadoc specification, tags are case-sensitive, meaning that @foo and @Foo are different tags.

Currently, Dokka treats tags in a case-insensitive manner, resolving @param, @PARAM and @pArAm into the standardized @param tag. It would be nice to follow the spec here to avoid surprising behavior.

Additionally, I've verified that IDEA's Javadoc parser also treats tags in a case-sensitive manner

Metadata

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