📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 05:32:21
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
plugins
/
test
/
fixtures
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/plugins/test/fixtures
🔄 Refresh
✏️
Editing: markdown.js
Writable
'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() {}
💾 Save Changes
❌ Cancel