I am wondering if there is a tool for documenting a Java application. I mean, if I want to specify every function and every variable in my code, what it should do and what its type (int, double, ... etc) ... how can I do this? I want it to be in a separate file (the tool generates a file in this format (for example .chm)) ... This thing is available in .net, and there is a tool that can do this for you (sandcastle) ... I hope there is a tool in java that can do a similar job like this ....
Many thanks.
Thanks guys for helping cheers ... it was really useful, I'm using javadoc right now ... it's awesome, thanks for all the ur recommendations;)
source
share