is there an automatic documentation tool for eclipse? (As a Dost Dost tool) I work in Java and I need a recommended tool.
thanks
Found a good tool http://jautodoc.sourceforge.net/
It is built in.
Just type /** [enter] over the method and it will autofill javadoc. Then just use the javadoc tool to create the html documentation.
/**
Obviously, all useful documents must be manually recorded.
Another shortcut for creating a Java document is (ALT + SHIFT + J) when you select any method or class or variable, etc. in your eclipse environment.