On 2010-06-07, at 9:29 AM, Marc Feeley wrote:
Is there a shortcut for "description" tags, since they are really frequent? It would be nice if by default (no tag) a /** comment was a description.
I just checked and JSDoc does exactly this. I.e. if the comment does not start with a tag, a "description" tag is assumed.
Marc