We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated JSDoc support in JavaScript (markdown)
Merge pull request #206 from latel/master fix jsdoc @typedef annotation order error
docs(jsdoc): Document union nullable types
fix jsdoc @typedef annotation order error
One small wording improvement
Document this/extends/class/enum
Reformat and update wiki jsdoc Note that class/constructor, this, augments/extends and enum are not documented yet.
Add html element example
Max column length
Add `import` types documentation
Small updates to JSDoc syntax documentation
Update JSDoc page for newer patterns like type assertions.
Fix typo in JSDoc-support-in-JavaScript.md
Update formatting
Add "function" and "Function" usage
use lower case `object`
Document jsDoc annotation for a parameter that's a class constructor.
Update JSDoc-support-in-JavaScript.md Add documentation for @typedef tag, solves https://github.com/Microsoft/TypeScript-wiki/issues/117 .
Fixed typo in JSDoc-support-in-JavaScript.md Fixed a few minor spelling and grammatical mistakes that I spotted in JSDoc-support-in-JavaScript.md.
Updated JsDoc support in JavaScript (markdown)