21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
/** a javadoc comment
|
|
* @param foo
|
|
* @exception bar
|
|
* Just a little text for a comment
|
|
*/
|
|
int abc;
|
|
|
|
/** a javadoc comment
|
|
* @param foo
|
|
* @exception bar
|
|
* Just a little text for a comment
|
|
*/
|
|
int zzz;
|
|
|
|
/** a javadoc comment
|
|
* @param foo
|
|
* @exception bar
|
|
* Just a little text for a comment
|
|
*/
|
|
int xxx;
|