Enhancement
Major
Detail
Major
Detail
Enhancement
In the JavaDoc in TL it is expected that no CamelCase is used. This is allowed if this text is enclosed in a tag.
Here are actually no text grouping tags like "p" and "div" meant.
Improvement
CamelCase is warned if the parent tag is "p" or "div".
Test
- Add "testCode" to a "p" tag in a JavaDoc.
- Generate Javadoc.
- Expectation: CamelCase will be warned.