13 lines
123 B
Plaintext
13 lines
123 B
Plaintext
|
|
||
|
/**
|
||
|
* CLASS XprintDocComments
|
||
|
*/
|
||
|
class XPrintDocComments {
|
||
|
|
||
|
XPrintDocComments();
|
||
|
/**
|
||
|
* FIELD i;
|
||
|
*/
|
||
|
int i;
|
||
|
}
|