I'm using NetBeans 7.0.1 and I'm trying to generate the javadocs for one of my projects.
I tried both by right clicking the project -> Generate Javadoc and by Run -> Generate Javadoc. I managed to create the following javadocs sections:
- Constructor Summary
- Method Summary
- Constructor Detail
- Method Detail
but not the:
- Field Summary
- Filed Detail
How can I instruct the IDE with annotations, comments, or just through configuration to add that?