| Author |
[Javadoc] Edit package-summary
|
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1049
|
|
Hi, i hope this is the right subforum for my question. How do i edit the package-summary with javadoc? I'd like to offer a little tutorial on it and i wouldn't like to change the html-page itself, as it will certainly be overwritten with the next run of the javadoc task by a colleague. Thanks, cb
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
JavaDoc just includes a package.html file (if one exists) as the package specification when the tool is run. That's all you can edit I think.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1049
|
|
Thanks Paul. Ok, then i'll add my own html-page that can't be overwritten and link to it in the classes' javadoc-code. cb
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
You might find this useful. [ November 02, 2006: Message edited by: Paul Sturrock ]
|
 |
 |
|
|
subject: [Javadoc] Edit package-summary
|
|
|