com
rgagnon
HelloWorld.java
This must be a complete HTML file (with HEAD and BODY). the first line of the body will be used a the package description by javadoc.
<html><head></head><body> this is <i>com.rgagnon</i> package description, see <a href="http://www.rgagnon.com" target="_top">web site</a> </body></html>
\progra~1\Java\jdk1.5.0\bin\javadoc -d javadoc0 -linksource com.rgagnon
See the result.
Since JDK 1.5, to create a package comment file, you have a choice of two files to place your comments:
See http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment
Written and compiled by Réal Gagnon ©1998-2005
[ home ]