|
39 | 39 | "brief": "", |
40 | 40 | "description": "" |
41 | 41 | }, |
| 42 | + { |
| 43 | + "name": "del", |
| 44 | + "type": "MethodDoc", |
| 45 | + "scope": "instance", |
| 46 | + "brief": "", |
| 47 | + "description": "" |
| 48 | + }, |
42 | 49 | { |
43 | 50 | "name": "logRecursive", |
44 | 51 | "type": "MethodDoc", |
|
47 | 54 | "description": "" |
48 | 55 | }, |
49 | 56 | { |
50 | | - "name": "splice", |
| 57 | + "name": "parse", |
51 | 58 | "type": "MethodDoc", |
52 | 59 | "scope": "instance", |
53 | 60 | "brief": "", |
|
215 | 222 | "description": "<p>Extracts the documentation of the node, if one exists. This also handles the case where the node\nitself is a documentation comment.</p>" |
216 | 223 | }, |
217 | 224 | { |
218 | | - "name": "extractDefaultValueClosureData", |
| 225 | + "name": "extractDataValue", |
219 | 226 | "type": "FunctionDoc", |
220 | 227 | "brief": "", |
221 | 228 | "description": "" |
|
226 | 233 | "brief": "", |
227 | 234 | "description": "" |
228 | 235 | }, |
| 236 | + { |
| 237 | + "name": "extractIdentifier", |
| 238 | + "type": "FunctionDoc", |
| 239 | + "brief": "", |
| 240 | + "description": "" |
| 241 | + }, |
229 | 242 | { |
230 | 243 | "name": "extractParams", |
231 | 244 | "type": "FunctionDoc", |
232 | 245 | "brief": "", |
233 | 246 | "description": "" |
234 | 247 | }, |
235 | 248 | { |
236 | | - "name": "extractType", |
| 249 | + "name": "extractSymbol", |
| 250 | + "type": "FunctionDoc", |
| 251 | + "brief": "", |
| 252 | + "description": "" |
| 253 | + }, |
| 254 | + { |
| 255 | + "name": "extractTypeFailsafe", |
237 | 256 | "type": "FunctionDoc", |
238 | 257 | "brief": "", |
239 | 258 | "description": "" |
|
280 | 299 | "brief": "", |
281 | 300 | "description": "" |
282 | 301 | }, |
283 | | - { |
284 | | - "name": "isInstancePropertyAssignment", |
285 | | - "type": "FunctionDoc", |
286 | | - "brief": "", |
287 | | - "description": "" |
288 | | - }, |
289 | 302 | { |
290 | 303 | "name": "isInterface", |
291 | 304 | "type": "FunctionDoc", |
|
329 | 342 | "description": "" |
330 | 343 | }, |
331 | 344 | { |
332 | | - "name": "matchDefaultValueClosure", |
333 | | - "type": "FunctionDoc", |
334 | | - "brief": "", |
335 | | - "description": "" |
336 | | - }, |
337 | | - { |
338 | | - "name": "matchIdentifier", |
| 345 | + "name": "matchDataTypeClosure", |
339 | 346 | "type": "FunctionDoc", |
340 | 347 | "brief": "", |
341 | 348 | "description": "" |
|
377 | 384 | "description": "<ul>\n<li>Capture Phase: Documentation comments are extracted out of each file and assembled into\na temporary list of partial-doc trees.</li>\n<li>Transform Phase: Each file's partial-doc tree is transformed into docs and assembled in\nmonolithic doc-tree.</li>\n<li>Mod Phase: The "@memberof" tag is handled by moving docs to their final path;\n<this> member docs are moved to the appropriate scope.\nPlugins are allowed access to make any post-transform changes as well. Undocumented entities\nare removed from the doc-tree.</li>\n</ul>" |
378 | 385 | }, |
379 | 386 | { |
380 | | - "name": "parseAccess", |
381 | | - "type": "FunctionDoc", |
382 | | - "brief": "", |
383 | | - "description": "" |
384 | | - }, |
385 | | - { |
386 | | - "name": "parseAuthor", |
| 387 | + "name": "parseAbstract", |
387 | 388 | "type": "FunctionDoc", |
388 | 389 | "brief": "", |
389 | 390 | "description": "" |
|
395 | 396 | "description": "" |
396 | 397 | }, |
397 | 398 | { |
398 | | - "name": "parseDefault", |
| 399 | + "name": "parseCopyright", |
399 | 400 | "type": "FunctionDoc", |
400 | 401 | "brief": "", |
401 | 402 | "description": "" |
402 | 403 | }, |
403 | 404 | { |
404 | | - "name": "parseEnum", |
| 405 | + "name": "parseDeprecated", |
405 | 406 | "type": "FunctionDoc", |
406 | 407 | "brief": "", |
407 | 408 | "description": "" |
408 | 409 | }, |
409 | 410 | { |
410 | | - "name": "parseExample", |
| 411 | + "name": "parseEvent", |
411 | 412 | "type": "FunctionDoc", |
412 | 413 | "brief": "", |
413 | 414 | "description": "" |
414 | 415 | }, |
415 | 416 | { |
416 | | - "name": "parseExtends", |
| 417 | + "name": "parseFires", |
417 | 418 | "type": "FunctionDoc", |
418 | 419 | "brief": "", |
419 | 420 | "description": "" |
420 | 421 | }, |
421 | 422 | { |
422 | | - "name": "parseInner", |
| 423 | + "name": "parseImplements", |
423 | 424 | "type": "FunctionDoc", |
424 | 425 | "brief": "", |
425 | 426 | "description": "" |
426 | 427 | }, |
427 | 428 | { |
428 | | - "name": "parseMember", |
| 429 | + "name": "parseInstance", |
429 | 430 | "type": "FunctionDoc", |
430 | 431 | "brief": "", |
431 | 432 | "description": "" |
432 | 433 | }, |
433 | 434 | { |
434 | | - "name": "parseMixes", |
| 435 | + "name": "parseLicense", |
435 | 436 | "type": "FunctionDoc", |
436 | 437 | "brief": "", |
437 | 438 | "description": "" |
438 | 439 | }, |
439 | 440 | { |
440 | | - "name": "parseName", |
| 441 | + "name": "parsePrivate", |
441 | 442 | "type": "FunctionDoc", |
442 | 443 | "brief": "", |
443 | 444 | "description": "" |
444 | 445 | }, |
445 | 446 | { |
446 | | - "name": "parseParam", |
| 447 | + "name": "parseProperty", |
447 | 448 | "type": "FunctionDoc", |
448 | 449 | "brief": "", |
449 | 450 | "description": "" |
450 | 451 | }, |
451 | 452 | { |
452 | | - "name": "parseProtected", |
| 453 | + "name": "parsePublic", |
453 | 454 | "type": "FunctionDoc", |
454 | 455 | "brief": "", |
455 | 456 | "description": "" |
456 | 457 | }, |
457 | 458 | { |
458 | | - "name": "parseReturn", |
| 459 | + "name": "parseScope", |
459 | 460 | "type": "FunctionDoc", |
460 | 461 | "brief": "", |
461 | 462 | "description": "" |
462 | 463 | }, |
463 | 464 | { |
464 | | - "name": "parseSee", |
| 465 | + "name": "parseSince", |
465 | 466 | "type": "FunctionDoc", |
466 | 467 | "brief": "", |
467 | 468 | "description": "" |
468 | 469 | }, |
469 | 470 | { |
470 | | - "name": "parseStatic", |
| 471 | + "name": "parseStepType", |
471 | 472 | "type": "FunctionDoc", |
472 | 473 | "brief": "", |
473 | 474 | "description": "" |
474 | 475 | }, |
475 | 476 | { |
476 | | - "name": "parseStepType", |
| 477 | + "name": "parseTodo", |
477 | 478 | "type": "FunctionDoc", |
478 | 479 | "brief": "", |
479 | 480 | "description": "" |
480 | 481 | }, |
481 | 482 | { |
482 | | - "name": "parseThrows", |
| 483 | + "name": "parseType", |
483 | 484 | "type": "FunctionDoc", |
484 | 485 | "brief": "", |
485 | 486 | "description": "" |
486 | 487 | }, |
487 | 488 | { |
488 | | - "name": "parseTypedef", |
| 489 | + "name": "parseTypedDescription", |
489 | 490 | "type": "FunctionDoc", |
490 | 491 | "brief": "", |
491 | 492 | "description": "" |
|
566 | 567 | "description": "" |
567 | 568 | }, |
568 | 569 | { |
569 | | - "name": "resolveInit", |
| 570 | + "name": "resolveFlowDataType", |
570 | 571 | "type": "FunctionDoc", |
571 | 572 | "brief": "", |
572 | 573 | "description": "" |
|
578 | 579 | "description": "" |
579 | 580 | }, |
580 | 581 | { |
581 | | - "name": "resolveObject", |
| 582 | + "name": "resolveRelated", |
582 | 583 | "type": "FunctionDoc", |
583 | 584 | "brief": "", |
584 | | - "description": "" |
| 585 | + "description": "<ul>\n<li>\n<p>Resolves all docs listed in the "extends", "implements", "mixes". This prevent redundant\nsearches to extended/implemented/mixed symbols.</p>\n</li>\n<li>\n<p>Replaces the "default" scopes for properties with a good guess. (The @property tag parser puts\n"default" scope on the PropertyDocs it creates)</p>\n</li>\n<li>\n<p>Brings down any methods/properties coming from parent classes & mixins. Adds the implementation\nproperty to methods/properties that come from interfaces.</p>\n</li>\n</ul>" |
585 | 586 | }, |
586 | 587 | { |
587 | | - "name": "resolveRelated", |
| 588 | + "name": "resolveReturn", |
588 | 589 | "type": "FunctionDoc", |
589 | 590 | "brief": "", |
590 | | - "description": "<ul>\n<li>\n<p>Resolves all docs listed in the "extends", "implements", "mixes". This prevent redundant\nsearches to extended/implemented/mixed symbols.</p>\n</li>\n<li>\n<p>Replaces the "default" scopes for properties with a good guess. (The @property tag parser puts\n"default" scope on the PropertyDocs it creates)</p>\n</li>\n<li>\n<p>Brings down any methods/properties coming from parent classes & mixins. Adds the implementation\nproperty to methods/properties that come from interfaces.</p>\n</li>\n</ul>" |
| 591 | + "description": "" |
591 | 592 | }, |
592 | 593 | { |
593 | | - "name": "resolveToObject", |
| 594 | + "name": "resolveRootObject", |
594 | 595 | "type": "FunctionDoc", |
595 | 596 | "brief": "", |
596 | 597 | "description": "" |
597 | 598 | }, |
598 | 599 | { |
599 | | - "name": "resolveTSDataType", |
| 600 | + "name": "resolveToObject", |
600 | 601 | "type": "FunctionDoc", |
601 | 602 | "brief": "", |
602 | 603 | "description": "" |
|
0 commit comments