/var/www/greso.tech/server/nsm/node_modules/jsdoc/plugins/test/fixtures
NameSizeModeActions
markdown.js6540644editdlrm
overloadHelper.js14780644editdlrm
railsTemplate.js.erb4160644editdlrm
underscore.js4760644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/jsdoc/plugins/test/fixtures/underscore.js (476B)
'use strict'; /** This doclet will be shown by default, just like normal. */ function normal() {} /** This doclet will be hidden by default because it begins with an underscore. */ function _hidden() {} /** * Klass class * @class */ function Klass() { /** This is a private property of the class, and should not. */ this._privateProp = null; /** * This is a property explicitly marked as private. * @private */ this.privateProp = null; }