Details
Description
Example:
class Thing {
/** some doc */
int a = 1,
/** more doc */
b = 2,
/** etc */
c = 3;
}
This notation is used in the JDK: org.omg.CORBA.CompletionStatus and org.omg.CORBA.DefinitionKind.
Activity
Joe Walnes
made changes -
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 1.6 [ 10814 ] | |
Fix Version/s | 1.6 [ 10814 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Paul Hammant
made changes -
Fix Version/s | 1.11 [ 15653 ] |
Robert Scholte
made changes -
Assignee | Robert Scholte [ rfscholte ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
rev 671 contains an adjustment to the parser and a test. Now it will at least accept this code-sniplet. Next thing to do: bind the javadoc to the right field.