Says current class inherits from another class.
/* * @class Client * @inherits Person * ... */ var client = new Client() { ...