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 57570

Summary: Add action to display project javadoc
Product: java Reporter: _ tball <tball>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ tball 2005-04-06 23:59:12 UTC
J2SE projects can generate javadoc documentation for the project's source, but
the only way I have found to view this documentation is by selecting the
"preview generated javadoc" option in the project's build/documenting
properties.  It would be very useful to have an IDE action to display that
javadoc (perhaps on the project's context menu below "generate javadoc for
project", without having to regenerate it each time.  My guess is that if
developers started using their own javadoc output more instead of just reading
javadoc comment source, their javadoc would be improved.