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

    Export configuration for the structure worker

    • Api Structure

      PostProcess API Structure tags to include structure definitions

      Second phase of processing that delegates to the

      Parameters

      • parsedFiles: any

        Array of parsed file objects to process for references

      • filenames: any

        Array of filenames for error reporting

      • preProcess: any

        Previously collected structure definitions from preprocessing

      • packageInfos: any

        Package information for version matching

      Returns void

      worker to find references and replace them with the corresponding structure definitions. This enables reuse of complex parameter structures across multiple API endpoints.

      When referenced structure doesn't exist (via delegated worker)

      When version matching fails (via delegated worker)

      // Before: block contains @apiStructure UserStructure
      postProcess(parsedFiles, filenames, preProcess, packageInfos);
      // After: UserStructure parameters are merged into the block

      4.0.0