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 190841

Summary: JSDoc comment does not appear
Product: javascript Reporter: jfalvarez <jfalvarez>
Component: EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: ecook
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: sdoc file

Description jfalvarez 2010-10-08 02:36:33 UTC
Hey,

I create a JSDoc file (.sdoc) of the Titanium Mobile API, everything works fine, but the comments are ignored, I don't know if the sdoc file is wrong or something, I guess not.

Thanks.
Comment 1 jfalvarez 2010-10-08 02:37:39 UTC
Created attachment 102305 [details]
sdoc file
Comment 2 Martin Fousek 2012-09-07 13:18:23 UTC
Hi jfalvarez,
actually this is a feature we don't support yet. We are working on the new JavaScript editor for NetBeans and there isn't enough of time for new enhancements. I'm targeting your issue to the next releases and switching to enhancement type.

BTW, if you would like to workaround your troubles, there would be enough to generate in your file real properties, functions, objects instead of @id tags in comments. You can take a look into this file for sample:
http://hg.netbeans.org/binaries/38FE8364B234F427E5303BCC73CD4D089D7916C4-js-corestubs.zip