muh6mm3d / jannocessor

Automatically exported from code.google.com/p/jannocessor
Other
3 stars 1 forks source link

Add "JavaDoc" functionality to the code model #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The "JavaDoc" functionality needs to be modelled into the code model, to allow 
easier generation of JavaDoc. 

Example:

JavaClass model = New.classs("MyClass");
model.getJavaDoc().setHardcoded("This is a simple JavaDoc.");

Should render:

/**
 * This is a simple JavaDoc.
 */
public class MyClass {

}

Original issue reported on code.google.com by nikolce.mihajlovski on 5 Dec 2011 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 26 Jan 2012 at 10:44