diff --git a/test/fixture/html/nested.input.js b/test/fixture/html/nested.input.js index 7a81f415d..1f7d0fc13 100644 --- a/test/fixture/html/nested.input.js +++ b/test/fixture/html/nested.input.js @@ -78,9 +78,7 @@ Klass.isArrayOfBuffers = function (buffers) { Klass.MAGIC_NUMBER = 42; /** - * Get an instance of {@link Klass}. Will make - * a {@link Klass klass instance multiword}, - * like a {@link Klass|klass} + * Get an instance of {@link Klass}. * * @returns {Klass} that class */ @@ -88,17 +86,6 @@ function bar() { return new Klass(1); } -/** - * Get an instance of {@link Klass}. Will make - * a {@link Klass klass instance multiword}, - * like a {@link Klass|klass} - * - * @returns {undefined} nothing - */ -function bar() { - return undefined; -} - /** * Klass event * @event event diff --git a/test/fixture/html/nested.output.files b/test/fixture/html/nested.output.files index 77d629c8f..fcdbd3c48 100644 --- a/test/fixture/html/nested.output.files +++ b/test/fixture/html/nested.output.files @@ -1797,11 +1797,6 @@ h4:hover .anchorjs-link { class='block bold'> bar - - bar - @@ -2087,25 +2082,7 @@ the referenced class type

bar

-

Get an instance of Klass. Will make -a klass instance multiword, -like a klass

- -

Returns

- undefined - : - -

nothing

- -
- -
-

- bar -

-

Get an instance of Klass. Will make -a klass instance multiword, -like a klass

+

Get an instance of Klass.

Returns

Klass diff --git a/test/fixture/multisignature.input.js b/test/fixture/multisignature.input.js deleted file mode 100644 index ddc74824e..000000000 --- a/test/fixture/multisignature.input.js +++ /dev/null @@ -1,19 +0,0 @@ -var theTime; - -/** - * Get the time - * @returns {Date} the current date - */ - -/** - * Set the time - * @param {Date} time the current time - * @returns {undefined} nothing - */ -function getTheTime(time) { - if (arguments.length === 0) { - return new Date(); - } else { - theTime = time; - } -} diff --git a/test/fixture/multisignature.output.custom.md b/test/fixture/multisignature.output.custom.md deleted file mode 100644 index fbd2aef76..000000000 --- a/test/fixture/multisignature.output.custom.md +++ /dev/null @@ -1,31 +0,0 @@ -# getTheTime - -Get the time - - -**Parameters** - -- `time` - - - -Returns **Date** the current date - - - - -# getTheTime - -Set the time - - -**Parameters** - -- `time` **Date** the current time - - - -Returns **undefined** nothing - - - diff --git a/test/fixture/multisignature.output.json b/test/fixture/multisignature.output.json deleted file mode 100644 index 37f1c0ef1..000000000 --- a/test/fixture/multisignature.output.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "errors": [], - "members": { - "instance": [], - "static": [ - { - "errors": [], - "members": { - "instance": [], - "static": [], - "event": [] - }, - "description": "Set the time", - "tags": [ - { - "title": "param", - "description": "the current time", - "lineNumber": 2, - "type": { - "type": "NameExpression", - "name": "Date" - }, - "name": "time" - }, - { - "title": "returns", - "description": "nothing", - "lineNumber": 3, - "type": { - "type": "UndefinedLiteral" - } - } - ], - "loc": { - "start": { - "line": 8, - "column": 0 - }, - "end": { - "line": 12, - "column": 3 - } - }, - "context": { - "loc": { - "start": { - "line": 13, - "column": 0 - }, - "end": { - "line": 19, - "column": 1 - } - }, - "code": "var theTime;\n\n/**\n * Get the time\n * @returns {Date} the current date\n */\n\n/**\n * Set the time\n * @param {Date} time the current time\n * @returns {undefined} nothing\n */\nfunction getTheTime(time) {\n if (arguments.length === 0) {\n return new Date();\n } else {\n theTime = time;\n }\n}\n" - }, - "params": [ - { - "title": "param", - "description": "the current time", - "lineNumber": 2, - "type": { - "type": "NameExpression", - "name": "Date" - }, - "name": "time" - } - ], - "returns": [ - { - "title": "returns", - "description": "nothing", - "lineNumber": 3, - "type": { - "type": "UndefinedLiteral" - } - } - ], - "name": "getTheTime", - "kind": "function", - "path": [ - "getTheTime" - ] - } - ], - "event": [] - } -} \ No newline at end of file diff --git a/test/fixture/multisignature.output.md b/test/fixture/multisignature.output.md deleted file mode 100644 index fbd2aef76..000000000 --- a/test/fixture/multisignature.output.md +++ /dev/null @@ -1,31 +0,0 @@ -# getTheTime - -Get the time - - -**Parameters** - -- `time` - - - -Returns **Date** the current date - - - - -# getTheTime - -Set the time - - -**Parameters** - -- `time` **Date** the current time - - - -Returns **undefined** nothing - - - diff --git a/test/fixture/multisignature.output.md.json b/test/fixture/multisignature.output.md.json deleted file mode 100644 index 57625e144..000000000 --- a/test/fixture/multisignature.output.md.json +++ /dev/null @@ -1,426 +0,0 @@ -{ - "type": "root", - "children": [ - { - "type": "root", - "children": [ - { - "depth": 1, - "type": "heading", - "children": [ - { - "type": "text", - "value": "getTheTime" - } - ] - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "Get the time", - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - } - } - }, - { - "type": "root", - "children": [ - { - "type": "strong", - "children": [ - { - "type": "text", - "value": "Parameters" - } - ] - }, - { - "ordered": false, - "type": "list", - "children": [ - { - "type": "listItem", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "inlineCode", - "value": "time" - }, - { - "type": "text", - "value": " " - }, - { - "type": "text", - "value": " " - }, - { - "type": "root", - "children": [], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 1 - } - } - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "Returns " - }, - { - "type": "strong", - "children": [ - { - "type": "text", - "value": "Date" - } - ] - }, - { - "type": "text", - "value": " " - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "the current date", - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - } - } - } - ] - } - ] - } - ] - }, - { - "type": "root", - "children": [ - { - "depth": 1, - "type": "heading", - "children": [ - { - "type": "text", - "value": "getTheTime" - } - ] - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "Set the time", - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 13 - } - } - }, - { - "type": "root", - "children": [ - { - "type": "strong", - "children": [ - { - "type": "text", - "value": "Parameters" - } - ] - }, - { - "ordered": false, - "type": "list", - "children": [ - { - "type": "listItem", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "inlineCode", - "value": "time" - }, - { - "type": "text", - "value": " " - }, - { - "type": "strong", - "children": [ - { - "type": "text", - "value": "Date" - } - ] - }, - { - "type": "text", - "value": " " - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "the current time", - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 17 - } - } - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "Returns " - }, - { - "type": "strong", - "children": [ - { - "type": "text", - "value": "undefined" - } - ] - }, - { - "type": "text", - "value": " " - }, - { - "type": "root", - "children": [ - { - "type": "paragraph", - "children": [ - { - "type": "text", - "value": "nothing", - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 8 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 8 - }, - "indent": [] - } - } - ], - "position": { - "start": { - "line": 1, - "column": 1 - }, - "end": { - "line": 1, - "column": 8 - } - } - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file