enhancement
major
minor
major
minor
enhancement
In JavaDoc, TL expects that CamelCase not be used. It is permitted if the text is enclosed within a tag.
This does not actually refer to text-grouping tags such as "p" and "div."
Improvement
A warning is issued for CamelCase if the parent tag is "p" or "div".
Test
- Enter "testCode" in a JavaDoc inside a "p" tag.
- Generate the JavaDoc.
- Expected result: A warning about CamelCase is displayed.