Bug 529276

Summary: Enhance JavaDocView and JavaDocHover to use CustomDoclet
Product: [Eclipse Project] JDT Reporter: Martin Heiden <martin.heiden>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: gautier.desaintmartinlacaze
Version: 4.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.