lotus / node_modules /JSV /jsdoc-toolkit /app /test /memberof_constructor.js
k-l-lambda's picture
updated node_modules
4cadbaf
/** @constructor */
function Circle(){}
/**
@constructor
@memberOf Circle#
*/
Circle.prototype.Tangent = function(){};
// renaming Circle#Tangent to Circle#Circle#Tangent
/**
@memberOf Circle#Tangent#
*/
Circle.prototype.Tangent.prototype.getDiameter = function(){};