Page 1 of 1

L2J Javadoc

Posted: Tue Mar 20, 2012 2:41 pm
by Howler
Why don't you make a javadoc for l2jserver? If needed i can add javadoc in the sources for full javadoc for each class! :)

Re: L2J Javadoc

Posted: Tue Mar 20, 2012 3:28 pm
by Evilus
Howler wrote:Why don't you make a javadoc for l2jserver? If needed i can add javadoc in the sources for full javadoc for each class! :)
problem is l2j is very undocummented so generating javadoc for it is pointless imo since nearly 80% is undocummented. Docummenting classes is not enough you have to document each method too inside the class'. This is quite tedious and a lot work nothing you do in a jiffy.

Re: L2J Javadoc

Posted: Tue Mar 20, 2012 3:50 pm
by Zoey76
I'm adding and fixing documentation all the time, and avoid new code without documentation, this means at some point it will be complete.

If you or someone else wants to help, you should document one class, not all at once, and don't start by L2PcInstance, take something small, and of course that you know what it actually does, because worse than missing documentation is wrong documentation.