JS Docs seems to ignore comments in the block (e.g. class, function, etc.). I tried...
@description
@inner
@instance
@member
@memberof
@name
@summary
... other. I could not get any of them to create documentation. For all JS Doc examples, they use regular JS comments for this kind of thing.
, JS Doc.