Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Package Javadoc

Reply
Thread Tools

Package Javadoc

 
 
oziris
Guest
Posts: n/a
 
      09-29-2005
Hi,

That's certainly a very basic question but I don't know how to add
javadoc comments relative to a package? (I'm under Eclipse).

Thanks.

-o--

 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      09-29-2005
On 29 Sep 2005 01:21:02 -0700, "oziris" <>
wrote or quoted :

>That's certainly a very basic question but I don't know how to add
>javadoc comments relative to a package? (I'm under Eclipse).


What I do is create a dummy class called Overview.

It lists all the classes in the package and what they do and contains
the package docs.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      09-29-2005
oziris wrote:

> That's certainly a very basic question but I don't know how to add
> javadoc comments relative to a package?


<http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment>

>..(I'm under Eclipse).


That must be a considerable weight to bear.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JavaDoc package.html in UTF-8 tony Java 3 01-07-2008 06:24 AM
Javadoc quirks -- linking to anchor within package summary? John Ersatznom Java 9 01-06-2007 03:09 AM
single package import v/s the entire package Parvinder Java 6 02-27-2005 02:02 PM
package module import name clash with global package George P Python 3 09-11-2004 01:19 PM
Importing a package and looping through modules in the package Dave Python 2 02-10-2004 08:14 PM



Advertisments