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 - Ability to build Javadoc for a specific package
Summary: Ability to build Javadoc for a specific package
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 15:29 UTC by _ gtzabari
Modified: 2011-08-31 14:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!