DocumentJS.tags.inherits  class     

Says current class inherits from another class.

Example:

/*
 * @class Client
 * @inherits Person
 * ...
 */
 var client = new Client() {
 ...
© Jupiter IT - JavaScriptMVC Training and Support