The format for JavaScript doc comments
Posted by: More Whidbey stuff,
on 24 Apr 2007 |
View original | Bookmarked: 0 time(s)
Xml documentation annotations are going to drive JavaScript IntelliSense in Visual Studio Orcas (the next version of Visual Studio). For more than a year now, we've been including xml doc comments to all public APIs in the Microsoft Ajax Library (which are a great place to check out some examples of those comments). We also use the doc comments to automatically generate parameter validation code in the debug version of our scripts. The format we've been using is an extension of...