I set my javadoc options on eclipse to put the missing javadoc warnings for all personal and above (that's all). This is almost what I want. Is there a way so that it does not warn about private fields? Private functions and classes should generate warnings if they do not have javadocs, but fields should not.
source share