The Artima Developer Community
Sponsored Link

Java Answers Forum
documenting a package

2 replies on 1 page. Most recent reply: Jun 20, 2008 1:09 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

documenting a package Posted: Jun 19, 2008 1:11 AM
Reply to this message Reply
Advertisement
How do I add a description for a package so it will show later when I generate the JavaDoc?


Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: documenting a package Posted: Jun 19, 2008 4:11 AM
Reply to this message Reply
Place a file named package.html in the package directory and put the html in there, between <body></body> tags. No <html> or <header> tags.

Vince.

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: documenting a package Posted: Jun 20, 2008 1:09 AM
Reply to this message Reply
thanks

Flat View: This topic has 2 replies on 1 page
Topic: Cel renderer/editor in Netbeans? Previous Topic   Next Topic Topic: how to extract  the date n time from images

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use