jankrause / idocit

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

Java enumerations can be documented #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Java enumerations have in general no getter and setter in the line of the 
JavaBeans convention. So in iDocIt! the specific values can not be documented, 
if an enum is a paramter of an operation. To avoid that we have to made an 
exception for enums.
For enums also the public values should be documentable even if they have no 
getter or setter.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 26 Apr 2011 at 8:10

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 17 May 2011 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by krauseda...@web.de on 1 Jun 2011 at 6:47