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 30602 - Doclet options (standard & others?)
Summary: Doclet options (standard & others?)
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on: 32636
Blocks: 30599
  Show dependency tree
 
Reported: 2003-02-03 14:33 UTC by Svata Dedic
Modified: 2003-12-11 14:23 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2003-02-03 14:33:59 UTC
See Java projects UI spec, section Javadoc.
The UI should be able to plug in *different*
doclets, standard doclet's UI will be included in
NetBeans (other modules may provide other doclets).
Comment 1 _ pkuzel 2003-09-09 17:13:17 UTC
I'm now responsible for JavaDoc module.
Comment 2 _ pkuzel 2003-09-24 12:59:57 UTC
Non-standard doclet can be supported in several levels:

  - none (i.e. wait for generic commandlile tools support :-)

  - special purpose command line tool UI i.e. take
    doclet classpath, class name and command line args
    then execute it

  - integrated
      - expose API that can be implemented by providers
      - write guidelines how to implement them to fit
        with standard javadoc support UI
Comment 3 _ pkuzel 2003-10-22 13:51:59 UTC
I expect that most tricky UI will be to cover -link and -linkoffline
options.
Comment 4 Vitezslav Stejskal 2003-11-27 12:42:17 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
the current work on projects prototype has been stopped.