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 - Add action to display project javadoc
Summary: Add action to display project javadoc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 23:59 UTC by _ tball
Modified: 2011-08-31 14:05 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 _ 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.