3789983e89
Reviewed-by: darcy, ihse
13 lines
123 B
Plaintext
13 lines
123 B
Plaintext
|
|
/**
|
|
* CLASS XprintDocComments
|
|
*/
|
|
class XPrintDocComments {
|
|
|
|
XPrintDocComments();
|
|
/**
|
|
* FIELD i;
|
|
*/
|
|
int i;
|
|
}
|