Yes, I believe it means "comments for all public methods in all classes".
That includes at least the public constructors, methods, variables (probably none). I would do it for interfaces also. Document exceptions for public methods. And I would also do it for the general comment of the class/interface.
What's the rest of that sentence ?
bye, Alex [ May 30, 2005: Message edited by: Alex Turcot ]
I have commented all methods (I think co-developers would also like to know what the private methods do), all classes and all non-private fields and variables. For each method I provided comment on all parameters, the return value and possible exceptions.