Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 437548

Summary: JSDoc does not generate with caret in function keyword
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 6.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2014-06-16 12:31:21 EDT
Consider the following snippet:

function foo(p1, p2) {
}

place the caret in the 'function' keyword and activate the 'Generate element comment' command. Nothing happens. Not sure if this is a regression to the finder changes from bug 423083.