[Jsdoc-user] JSDoc multi-line comments question
Status: Inactive
Brought to you by:
mmathews
From: Bob J. <bj...@go...> - 2007-06-08 21:17:57
|
I'm supporting a tool that parses JSDoc comments for, amongst other things, the type info. Since we are in the early stages of getting this posted back to Mozilla, I'd like to preserve compatibility with JSDoc. I also can't get the necessary Perl scripts installed on my local machine to just poke at it and see what happens. The questions is, is the following valid: /** @param {myType| Number} myParam blah blah blah */ function foo(myParam) ... Can you break a tag in mid-curly? And then what about: /** @param {types} myParam blah blah blah */ function foo(myParam) ... Does this work? Thanks, Bob Jervis |