istlab / unix4j

Automatically exported from code.google.com/p/unix4j
1 stars 0 forks source link

Write parser to extract javadoc from Java source file during codegen #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, javadoc text for generated classes must be provided through the 
@Javadoc annotation. However, this is not very convenient and looks not nice in 
the javadoc of the API class itself.

This enhancement adds support to write javadoc directly instead of via @Javadoc 
annotation. The source file must then be parsed during code generation and 
added to the data model for codegen.

Original issue reported on code.google.com by terz...@gmail.com on 15 Jul 2012 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by terz...@gmail.com on 15 Jul 2012 at 1:58

GoogleCodeExporter commented 9 years ago
Documentation is not defined in XML.

Original comment by terz...@gmail.com on 6 Nov 2013 at 8:29