NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Jesse Glick Posted via mailing list.
|
Posted: Mon Jun 04, 2012 5:34 pm Post subject: Re: javadoc generation |
|
|
On 06/03/2012 05:56 PM, Hermann Matthes wrote:
| Quote: | I implemented a module which doesn't contain exported packages. It's
classes are only available via ServiceProviders. If I try to
generate the javadoc, NB tells me that the package doesn't export
something and stops.
|
Right - nothing exported, nothing to document.
| Quote: | How can I change that?
|
Set module.javadoc.packages manually.
| Quote: | My application is build to be extended by other programmers.
Therefore I also need to document protected (and probably package
private) classes.
|
Protected classes should be documented by default anyway. Package-private classes would not be available for extension anyway.
| Quote: | the build node of NB modules
doesn't contain such an entry. How can I configure the javadoc
generation process?
|
Override the javadoc target in your build.xml to do whatever you need. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|