Oh yeah, constructors too, of course. On Fri, Sep 12, 2008 at 3:01 PM, Les Hazlewood <[EMAIL PROTECTED]> wrote:
> Cool - I'll update the list when I'm done today. A few days ago, I updated > all classes that need JavaDoc with //TODO comments. If you see any TODO, it > basically means that the class needs JavaDoc somewhere - class-level, > attribute-level, or method-level, or combination thereof. You can see those > now. > > Basically, I'm relying on IDEA to tell me where they are, and I'm just > picking them one by one and ensuring that each class is 100%. > > I'm defining 100% to mean that the class, every attribute and every single > method is javadoc'd. I'm just chipping away now... > > > On Fri, Sep 12, 2008 at 2:45 PM, Jeremy Haile <[EMAIL PROTECTED]> wrote: > >> Throw some classes (packages) my way and I'll be happy to JavaDoc them >> this weekend. >> >> >> On Sep 12, 2008, at 2:37 PM, Les Hazlewood wrote: >> >> Hi guys, >>> >>> I'm prepping for 0.9 final at the moment. The only thing left to do is >>> JavaDoc all the remaining places that aren't yet JavaDoc'd. >>> >>> I'm going for 100% of all code (except unit tests) JavaDoc'd before >>> releasing. It should take me another day or two. >>> >>> Hopefully I can get this finished and release 0.9 final this coming week, >>> after which we can import the code into the Incubator repo. >>> >>> Cheers, >>> >>> Les >>> >> >> >
