| Author |
How to make package's comment by javadoc?
|
Murphy Han
Greenhorn
Joined: Apr 03, 2003
Posts: 1
|
|
Hello! Where do I write package's comment? The comment of package test in the html generated by "javadoc -sourcepath c:\tmp test" is empty... thanks!
|
 |
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
|
|
You create a package comment simply by adding a package.html file with the comment to your package. - Peter
|
 |
 |
|
|
subject: How to make package's comment by javadoc?
|
|
|