aspose file tools
The moose likes Java in General and the fly likes How to make package's comment by javadoc? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to make package Watch "How to make package New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to make package's comment by javadoc?
 
Similar Threads
eclipse code assist
javadoc tag: @(#)
Trying to invoke javadoc tag within Ant problem.
struts Action mapped error
what are the colors using in standard "Javadoc" ?