Bug 529276 - Enhance JavaDocView and JavaDocHover to use CustomDoclet
Summary: Enhance JavaDocView and JavaDocHover to use CustomDoclet
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-28 07:49 EST by Martin Heiden CLA
Modified: 2017-12-31 22:03 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Heiden CLA 2017-12-28 07:49:26 EST
We use AsciiDoc to create easier maintainable JavaDocs. The JDT JavaDocView and the HoverInfo gather their information from the source code and don't allow to customize the output. It would be more usable if it were possible to pass the extracted Javadoc or through a doclet which the user can configure or through a custom filter which could be added by using an extension point.

Right now our AsciiDoc-Formats are simply ignored. With either of these methods we would be able to enhance the output before it is rendered by the browser widget.