How to Code documentation my swing programe in eclips?

Do you have a good link for me please?Did I have to download something for write a documentation in my project?I didn't found :)
[150 byte] By [yael800a] at [2007-11-26 13:45:58]
# 1
[url= http://java.sun.com/j2se/javadoc/writingdoccomments/]How to Write Doc Comments for the Javadoc Tool[/url][url= http://java.sun.com/j2se/javadoc/faq/index.html]Javadoc FAQ[/url]~
yawmarka at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...
# 2
You mean a code documentation tool, like javadoc? http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html#basic
Lokoa at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...
# 3
Thanks,I need to download the javadoc tools or I have it builld in in eclips?
yael800a at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...
# 4
mmm..in Eclipse I have javadoc (Project==>Generate Javadoc)but how to use it? where I need to write my remarks?and if I'm clicking Alt-Shift-J I get:/** * @author Yael * */only this..
yael800a at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...
# 5
Yes, you have to write the documentation yourself, if that's what you're asking.Eclipse has support for writing javadocs but you still have to come up with the content.Message was edited by: paulcw
paulcwa at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...
# 6
> but how to use it? where I need to write my remarks? http://java.sun.com/j2se/1.5.0/docs/guide/javadoc/index.html
Lokoa at 2007-7-8 1:20:48 > top of Java-index,Java Essentials,Java Programming...