/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/markdown.js (654B)
'use strict'; /** * @see [Nowhere](http://nowhere.com) */ function foo() {} /** * @see AnObject#myProperty */ function bar() {} /** * @author [Mr. Macintosh](http://www.folklore.org/StoryView.py?story=Mister_Macintosh.txt) * @classdesc My class. * @description My class. * @exception {Error} Some error. * @param {string} myParam - My parameter. * @property {string} value - Value of myParam. * @return {MyClass} Class instance. * @see [Example Inc.](http://example.com) * @summary My class. */ function MyClass(myParam) { this.value = myParam; } /** * "See" {@link chat."#channel"."say-\"hello\""}. */ function MyOtherClass() {}