Javadoc comments
Above CLASS-ID and METHOD-ID the following comments can be specified.
*((DOC)) * Text * Text * Text *((END-DOC)) |
Or
*>((DOC)) *> Text *> Text *> Text *>((END-DOC)) |
Or
$DOC * Text * Text * Text $END-DOC |
All commented text written between DOC and END-DOC delimiters will be generated as Javadoc in the resulting Java source and class files.
Note: Comments must start at the proper column and use the proper marker according to the current source format.