Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/utils/getCodes"

Index

Functions

Functions

getCodes

  • Given the models and the generators, returns an array of all the comment and associated code couples.

    Parameters

    • structureModel: StructureModel

      The structure model given to the generators constructors.

    • configModel: ConfigModel

      The config model given to the generators constructors.

    • generators: typeof Generator[]

      The generators classes.

    Returns Code[]

    Returns an array of Code objects, containing the comment and the associated generated code.

Generated using TypeDoc