This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 107456

Summary: Ability to build Javadoc for a specific package
Product: java Reporter: _ gtzabari <gtzabari>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ gtzabari 2007-06-20 15:29:00 UTC
We used to be able to right click on a package and build the Javadoc only for that specific package. It seems that
Netbeans 6.0 only allows one to build Javadoc on the project-level. Can you please bring this feature back by adding
"Build Javadoc" under the Tools context menu?
Comment 1 Tomas Zezula 2007-09-20 10:41:29 UTC
For now you can define the excludes in the project and exclude everything else except the required package before
building the javadoc. But I agree that adding Javadoc to package makes sense.
Comment 2 ejvyas 2008-06-04 13:58:19 UTC
Is this about package-level javadoc? If it is then it is a bug not an enhancement. javadoc is inherent part of any java
application and calling it a feature is like netbeans without java!