This extension point provides a mechanism to add extra details for a problem, which would be displayed in Problem Details view. It can include extra locations, associated problems, help link or extenal link. root element for extension. Problem id for which extra details available. If ommitted provider would be called for all problem kinds. 1.0 <extension point="org.eclipse.cdt.codan.ui.codanProblemDetails"> <problemDetails class="org.eclipse.cdt.codan.examples.uicontrib.FlexlintHelpLink" > </problemDetails> </extension> [Enter API information here.] See org.eclipse.cdt.codan.examples.uicontrib.FlexlintHelpLink