Source: tags/class.js

/**
 * Creates a new Person.
 * @class
 */
function Person() {
}

var p = new Person();
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.