Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "generate.paths"

Generates dot delimited paths for each symbol in a file payload and captures $refs into the payload for later dereferencing.

module

generatePaths

Index

Functions

Functions

default

  • default(payload: FilePayload[], callback: Function): void
  • Generates dot delimited paths for each symbol in a file payload and captures $refs into the payload for later dereferencing.

    Parameters

    • payload: FilePayload[]

      The files to look at

    • callback: Function

      The callback to raise when it is done. It will get 2 parameters, a standard err parameter and symbols of the entire symbol tree

    Returns void

Generated using TypeDoc