File tree 1 file changed +94
-91
lines changed
1 file changed +94
-91
lines changed Original file line number Diff line number Diff line change @@ -1549,6 +1549,9 @@ exports[`html nested.input.js 1`] = `
1549
1549
placeholder='Filter'
1550
1550
id='filter-input'
1551
1551
class='col12 block input'
1552
+ spellcheck='false'
1553
+ autocapitalize='off'
1554
+ autocorrect='off'
1552
1555
type='text' />
1553
1556
<div id='toc'>
1554
1557
<ul class='list-reset h5 py1-ul'>
@@ -5165,6 +5168,65 @@ Object {
5165
5168
5166
5169
exports[`outputs document-exported.input.js JSON 1`] = `
5167
5170
Array [
5171
+ Object {
5172
+ "augments": Array [],
5173
+ "context": Object {
5174
+ "loc": Object {
5175
+ "end": Object {
5176
+ "column": 28,
5177
+ "line": 1,
5178
+ },
5179
+ "start": Object {
5180
+ "column": 0,
5181
+ "line": 1,
5182
+ },
5183
+ },
5184
+ },
5185
+ "description": "",
5186
+ "errors": Array [],
5187
+ "examples": Array [],
5188
+ "implements": Array [],
5189
+ "kind": "function",
5190
+ "loc": Object {
5191
+ "end": Object {
5192
+ "column": 28,
5193
+ "line": 1,
5194
+ },
5195
+ "start": Object {
5196
+ "column": 0,
5197
+ "line": 1,
5198
+ },
5199
+ },
5200
+ "members": Object {
5201
+ "events": Array [],
5202
+ "global": Array [],
5203
+ "inner": Array [],
5204
+ "instance": Array [],
5205
+ "static": Array [],
5206
+ },
5207
+ "name": "x",
5208
+ "namespace": "x",
5209
+ "params": Array [
5210
+ Object {
5211
+ "lineNumber": 1,
5212
+ "name": "yparam",
5213
+ "title": "param",
5214
+ },
5215
+ ],
5216
+ "path": Array [
5217
+ Object {
5218
+ "kind": "function",
5219
+ "name": "x",
5220
+ },
5221
+ ],
5222
+ "properties": Array [],
5223
+ "returns": Array [],
5224
+ "sees": Array [],
5225
+ "tags": Array [],
5226
+ "throws": Array [],
5227
+ "todos": Array [],
5228
+ "yields": Array [],
5229
+ },
5168
5230
Object {
5169
5231
"augments": Array [],
5170
5232
"context": Object {
@@ -5279,65 +5341,6 @@ Array [
5279
5341
"todos": Array [],
5280
5342
"yields": Array [],
5281
5343
},
5282
- Object {
5283
- "augments": Array [],
5284
- "context": Object {
5285
- "loc": Object {
5286
- "end": Object {
5287
- "column": 28,
5288
- "line": 1,
5289
- },
5290
- "start": Object {
5291
- "column": 0,
5292
- "line": 1,
5293
- },
5294
- },
5295
- },
5296
- "description": "",
5297
- "errors": Array [],
5298
- "examples": Array [],
5299
- "implements": Array [],
5300
- "kind": "function",
5301
- "loc": Object {
5302
- "end": Object {
5303
- "column": 28,
5304
- "line": 1,
5305
- },
5306
- "start": Object {
5307
- "column": 0,
5308
- "line": 1,
5309
- },
5310
- },
5311
- "members": Object {
5312
- "events": Array [],
5313
- "global": Array [],
5314
- "inner": Array [],
5315
- "instance": Array [],
5316
- "static": Array [],
5317
- },
5318
- "name": "x",
5319
- "namespace": "x",
5320
- "params": Array [
5321
- Object {
5322
- "lineNumber": 1,
5323
- "name": "yparam",
5324
- "title": "param",
5325
- },
5326
- ],
5327
- "path": Array [
5328
- Object {
5329
- "kind": "function",
5330
- "name": "x",
5331
- },
5332
- ],
5333
- "properties": Array [],
5334
- "returns": Array [],
5335
- "sees": Array [],
5336
- "tags": Array [],
5337
- "throws": Array [],
5338
- "todos": Array [],
5339
- "yields": Array [],
5340
- },
5341
5344
Object {
5342
5345
"augments": Array [],
5343
5346
"context": Object {
@@ -7039,10 +7042,10 @@ exports[`outputs document-exported.input.js markdown 1`] = `
7039
7042
7040
7043
### Table of Contents
7041
7044
7042
- - [z ][1]
7043
- - [zMethod ][2]
7044
- - [x ][3]
7045
- - [Parameters ][4]
7045
+ - [x ][1]
7046
+ - [Parameters ][2]
7047
+ - [z ][3]
7048
+ - [zMethod ][4]
7046
7049
- [Class][5]
7047
7050
- [Parameters][6]
7048
7051
- [classMethod][7]
@@ -7078,16 +7081,16 @@ exports[`outputs document-exported.input.js markdown 1`] = `
7078
7081
- [o2][37]
7079
7082
- [om2][38]
7080
7083
7081
- ## z
7082
-
7083
- ### zMethod
7084
-
7085
7084
## x
7086
7085
7087
7086
### Parameters
7088
7087
7089
7088
- \`yparam\`
7090
7089
7090
+ ## z
7091
+
7092
+ ### zMethod
7093
+
7091
7094
## Class
7092
7095
7093
7096
### Parameters
@@ -7184,13 +7187,13 @@ f5 comment
7184
7187
7185
7188
### om2
7186
7189
7187
- [1]: #z
7190
+ [1]: #x
7188
7191
7189
- [2]: #zmethod
7192
+ [2]: #parameters
7190
7193
7191
- [3]: #x
7194
+ [3]: #z
7192
7195
7193
- [4]: #parameters
7196
+ [4]: #zmethod
7194
7197
7195
7198
[5]: #class
7196
7199
@@ -7275,26 +7278,6 @@ Object {
7275
7278
"type": "html",
7276
7279
"value": "<!-- Generated by documentation.js. Update this documentation by updating the source code. -->",
7277
7280
},
7278
- Object {
7279
- "children": Array [
7280
- Object {
7281
- "type": "text",
7282
- "value": "z",
7283
- },
7284
- ],
7285
- "depth": 2,
7286
- "type": "heading",
7287
- },
7288
- Object {
7289
- "children": Array [
7290
- Object {
7291
- "type": "text",
7292
- "value": "zMethod",
7293
- },
7294
- ],
7295
- "depth": 3,
7296
- "type": "heading",
7297
- },
7298
7281
Object {
7299
7282
"children": Array [
7300
7283
Object {
@@ -7343,6 +7326,26 @@ Object {
7343
7326
"ordered": false,
7344
7327
"type": "list",
7345
7328
},
7329
+ Object {
7330
+ "children": Array [
7331
+ Object {
7332
+ "type": "text",
7333
+ "value": "z",
7334
+ },
7335
+ ],
7336
+ "depth": 2,
7337
+ "type": "heading",
7338
+ },
7339
+ Object {
7340
+ "children": Array [
7341
+ Object {
7342
+ "type": "text",
7343
+ "value": "zMethod",
7344
+ },
7345
+ ],
7346
+ "depth": 3,
7347
+ "type": "heading",
7348
+ },
7346
7349
Object {
7347
7350
"children": Array [
7348
7351
Object {
You can’t perform that action at this time.
0 commit comments