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

broken javadoc parameters #66

Closed
hauner opened this issue May 11, 2021 · 0 comments
Closed

broken javadoc parameters #66

hauner opened this issue May 11, 2021 · 0 comments
Milestone

Comments

@hauner
Copy link
Member

hauner commented May 11, 2021

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 
 */
@hauner hauner added this to the 2021.4 milestone May 11, 2021
hauner added a commit that referenced this issue May 18, 2021
@hauner hauner closed this as completed May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant