XML Documentation Comments (JavaScript)

In JavaScript you can create documentation for your code by including XML tags in special comment fields in the source code. These XML tags are used by IntelliSense to provide information about JavaScript objects.

The location of the code comments varies depending on the specific tag.

The following tags are supported:

See Also

Concepts

JavaScript IntelliSense