Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

broken javadoc parameters #66

@hauner

Description

@hauner

the processor should convert a javadoc parameter to a valid java identifier.

currently it may create javadoc with invalid parameters:

/**
 ...
 * @param foo-bar a foo bar 
 */

which should be

/**
 ...
 * @param fooBar a foo bar 
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions