|
1 | 1 | { |
| 2 | + "name": "", |
2 | 3 | "type": "RootDoc", |
3 | | - "children": [ |
| 4 | + "members": [ |
4 | 5 | { |
5 | 6 | "name": "WebdocParser", |
6 | 7 | "type": "ClassDoc", |
|
11 | 12 | "name": "STAGE_AST_LIKE", |
12 | 13 | "type": "PropertyDoc", |
13 | 14 | "brief": "", |
14 | | - "description": "<p>The doctree-mod should run when the "members" are resolved to their actual AST parent. This\noccurs after {@code STAGE_BLANK}.</p>\n<p>Example:</p>\n<pre><code class=\"hljs language-js\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title\">DocumentedClass</span> </span>{\n <span class=\"hljs-keyword\">constructor</span>() {\n <span class=\"hljs-comment\">/** <span class=\"hljs-doctag\">@member <span class=\"hljs-type\">{string) *\\/\n this.instanceProperty = \"defaultValue\";\n /** @member {string}</span> </span>*\\/\n DocumentedClass.instanceCount = DocumentedClass.instanceCount\n ? DocumentedClass.instanceCount + 1 : 1;\n }\n}\n</span></code></pre>\n<p>Before STAGE_AST_LIKE, the symbols <code>instanceProperty</code> and <code>instanceCount</code> will be a child of\n<code>DocumentedClass#constructor</code>. However, in STAGE_ASK_LIKE, they will be resolved as children of\n<code>DocumentedClass</code>.</p>" |
| 15 | + "description": "<p>The doctree-mod should run when the "members" are resolved to their actual AST parent. This\noccurs after {@code STAGE_BLANK}.</p>\n<p>Example:</p>\n<pre><code class=\"hljs language-js\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title\">DocumentedClass</span> </span>{\n <span class=\"hljs-function\"><span class=\"hljs-title\">constructor</span>(<span class=\"hljs-params\"></span>)</span> {\n <span class=\"hljs-comment\">/** <span class=\"hljs-doctag\">@member <span class=\"hljs-type\">{string) *\\/\n this.instanceProperty = "defaultValue";\n /** @member {string}</span> </span>*\\/\n DocumentedClass.instanceCount = DocumentedClass.instanceCount\n ? DocumentedClass.instanceCount + 1 : 1;\n }\n}\n</span></code></pre>\n<p>Before STAGE_AST_LIKE, the symbols <code>instanceProperty</code> and <code>instanceCount</code> will be a child of\n<code>DocumentedClass#constructor</code>. However, in STAGE_ASK_LIKE, they will be resolved as children of\n<code>DocumentedClass</code>.</p>" |
15 | 16 | }, |
16 | 17 | { |
17 | 18 | "name": "STAGE_BLANK", |
|
101 | 102 | "type": "FunctionDoc", |
102 | 103 | "brief": "", |
103 | 104 | "description": "", |
104 | | - "children": [ |
| 105 | + "members": [ |
105 | 106 | { |
106 | 107 | "name": "enter", |
107 | 108 | "type": "MethodDoc", |
|
148 | 149 | "brief": "", |
149 | 150 | "description": "" |
150 | 151 | }, |
| 152 | + { |
| 153 | + "name": "condition", |
| 154 | + "type": "FunctionDoc", |
| 155 | + "brief": "", |
| 156 | + "description": "" |
| 157 | + }, |
151 | 158 | { |
152 | 159 | "name": "createBlock", |
153 | 160 | "type": "FunctionDoc", |
|
245 | 252 | "description": "" |
246 | 253 | }, |
247 | 254 | { |
248 | | - "name": "extractType", |
| 255 | + "name": "extractTypeFailsafe", |
249 | 256 | "type": "FunctionDoc", |
250 | 257 | "brief": "", |
251 | 258 | "description": "" |
|
268 | 275 | "brief": "", |
269 | 276 | "description": "" |
270 | 277 | }, |
| 278 | + { |
| 279 | + "name": "getIncludePattern", |
| 280 | + "type": "FunctionDoc", |
| 281 | + "brief": "", |
| 282 | + "description": "" |
| 283 | + }, |
271 | 284 | { |
272 | 285 | "name": "initLogger", |
273 | 286 | "type": "FunctionDoc", |
|
352 | 365 | "brief": "", |
353 | 366 | "description": "" |
354 | 367 | }, |
355 | | - { |
356 | | - "name": "morphTutorials", |
357 | | - "type": "FunctionDoc", |
358 | | - "brief": "", |
359 | | - "description": "" |
360 | | - }, |
361 | 368 | { |
362 | 369 | "name": "packageApi", |
363 | 370 | "type": "FunctionDoc", |
364 | 371 | "brief": "<p>Resolves each package's top-level API docs.</p>", |
365 | 372 | "description": "" |
366 | 373 | }, |
367 | 374 | { |
368 | | - "name": "packages", |
| 375 | + "name": "parse", |
369 | 376 | "type": "FunctionDoc", |
370 | 377 | "brief": "", |
371 | 378 | "description": "" |
|
382 | 389 | "brief": "", |
383 | 390 | "description": "" |
384 | 391 | }, |
| 392 | + { |
| 393 | + "name": "parseCondition", |
| 394 | + "type": "FunctionDoc", |
| 395 | + "brief": "", |
| 396 | + "description": "" |
| 397 | + }, |
385 | 398 | { |
386 | 399 | "name": "parseCopyright", |
387 | 400 | "type": "FunctionDoc", |
|
454 | 467 | "brief": "", |
455 | 468 | "description": "" |
456 | 469 | }, |
| 470 | + { |
| 471 | + "name": "parseStepType", |
| 472 | + "type": "FunctionDoc", |
| 473 | + "brief": "", |
| 474 | + "description": "" |
| 475 | + }, |
457 | 476 | { |
458 | 477 | "name": "parseTodo", |
459 | 478 | "type": "FunctionDoc", |
|
472 | 491 | "brief": "", |
473 | 492 | "description": "" |
474 | 493 | }, |
| 494 | + { |
| 495 | + "name": "query", |
| 496 | + "type": "FunctionDoc", |
| 497 | + "brief": "", |
| 498 | + "description": "<p>Runs a query in the document tree and returns the matching document, according to the\nDocument Path Langugage expression {@code query}.</p>" |
| 499 | + }, |
475 | 500 | { |
476 | 501 | "name": "queueTargets", |
477 | 502 | "type": "FunctionDoc", |
|
513 | 538 | "type": "FunctionDoc", |
514 | 539 | "brief": "", |
515 | 540 | "description": "", |
516 | | - "children": [ |
| 541 | + "members": [ |
517 | 542 | { |
518 | 543 | "name": "installPlugin", |
519 | 544 | "type": "MethodDoc", |
|
529 | 554 | "brief": "", |
530 | 555 | "description": "" |
531 | 556 | }, |
| 557 | + { |
| 558 | + "name": "resolveConfigurator", |
| 559 | + "type": "FunctionDoc", |
| 560 | + "brief": "", |
| 561 | + "description": "" |
| 562 | + }, |
532 | 563 | { |
533 | 564 | "name": "resolvedThis", |
534 | 565 | "type": "FunctionDoc", |
535 | 566 | "brief": "", |
536 | 567 | "description": "" |
537 | 568 | }, |
| 569 | + { |
| 570 | + "name": "resolveFlowDataType", |
| 571 | + "type": "FunctionDoc", |
| 572 | + "brief": "", |
| 573 | + "description": "" |
| 574 | + }, |
538 | 575 | { |
539 | 576 | "name": "resolveLinkArray", |
540 | 577 | "type": "FunctionDoc", |
|
565 | 602 | "brief": "", |
566 | 603 | "description": "" |
567 | 604 | }, |
| 605 | + { |
| 606 | + "name": "restoreDoc", |
| 607 | + "type": "FunctionDoc", |
| 608 | + "brief": "", |
| 609 | + "description": "" |
| 610 | + }, |
568 | 611 | { |
569 | 612 | "name": "searchExtendedClasses", |
570 | 613 | "type": "FunctionDoc", |
|
578 | 621 | "description": "" |
579 | 622 | }, |
580 | 623 | { |
581 | | - "name": "symbolToDoc", |
| 624 | + "name": "sources", |
582 | 625 | "type": "FunctionDoc", |
583 | 626 | "brief": "", |
584 | 627 | "description": "" |
585 | 628 | }, |
586 | 629 | { |
587 | | - "name": "transformRecursive", |
| 630 | + "name": "stepInstanceMember", |
588 | 631 | "type": "FunctionDoc", |
589 | 632 | "brief": "", |
590 | 633 | "description": "" |
591 | 634 | }, |
592 | 635 | { |
593 | | - "name": "traverse", |
| 636 | + "name": "stepRMember", |
594 | 637 | "type": "FunctionDoc", |
595 | | - "brief": "<p>Preorder traversal of all the docs</p>", |
| 638 | + "brief": "", |
596 | 639 | "description": "" |
597 | 640 | }, |
598 | 641 | { |
599 | | - "name": "tutorialDoc", |
| 642 | + "name": "symbolToDoc", |
600 | 643 | "type": "FunctionDoc", |
601 | 644 | "brief": "", |
602 | 645 | "description": "" |
603 | 646 | }, |
| 647 | + { |
| 648 | + "name": "transformRecursive", |
| 649 | + "type": "FunctionDoc", |
| 650 | + "brief": "", |
| 651 | + "description": "" |
| 652 | + }, |
| 653 | + { |
| 654 | + "name": "traverse", |
| 655 | + "type": "FunctionDoc", |
| 656 | + "brief": "<p>Preorder traversal of all the docs</p>", |
| 657 | + "description": "" |
| 658 | + }, |
604 | 659 | { |
605 | 660 | "name": "updateScope", |
606 | 661 | "type": "FunctionDoc", |
|
0 commit comments