I've got the vsdoc for jquery working in my project, but I'd also like to get intellisense for my own JS files - including the verbose <param>
, <field>
, and <returns>
tags and so on. Where can I find a specification for the format of those comments, beyond the -vsdoc.js for jquery?
Asked
Active
Viewed 657 times
9

Dan Davies Brackett
- 9,811
- 2
- 32
- 54
-
Great question. I tried finding stuff for it on Google, but not a lot out there other than how to integrate the -vsdoc and jQuery together in visual studio... – RSolberg Jun 11 '09 at 18:16
1 Answers
6
Here is a blog post explaining how to do some JavaScript XML documentation
But personally I would just look at jQuery's -vsdoc file for reference.

Jon Erickson
- 112,242
- 44
- 136
- 174
-
That blog post is 5 years old. Is there anything more recent? Anything official? – Keith Feb 22 '12 at 17:37