@hrefcl/apidoc - v4.0.5
    Preparing search index...

    Exports

    • PostProcess API Param Title

      Process parsed files and update specific target fields based on predefined and pre-processed sources.

      Handles

      • versioning,
      • matches data definitions
      • updates field information

      Parameters

      • parsedFiles: ParsedFile[]

        Array of objects containing the parsed file data. Each file contains blocks to modify.

      • filenames: string[]

        Array of filenames associated with the parsed files.

      • preProcess: any

        Pre-processed data source used for matching and updating fields.

      • packageInfos: PackageInfos

        Contains package-specific information such as default version.

      • Optionalsource: string

        Source path in preProcess-Object

      • Optionaltarget: string

        Relative path to the tree (local.), where the data should be modified.

      • Optionalmessages: any

        Messages used for error reporting.

      Returns void