|
Doxygen vs Annotations
Doxygen has a problem with annotations with brackets?
|
Public Member Functions | |
| NoAnnotations () | |
| String | toLowerCaseString (CharSequence someText) |
This is a documented class without any annotations.
Doxygen produces documentation as expected.
<u>Public methods in this class:</u>
| NoAnnotations | ( | ) |
This is the default constructor.
| String toLowerCaseString | ( | CharSequence | someText | ) |
This method converts the given CharSequence to a lower cased string.
| someText | The text to be lowercased |