documentationModelBuilder function

Builder documentationModelBuilder(
  1. BuilderOptions builderOptions
)

The DocumentationBuilder process is executed by several builder. These are configured in the build.yaml file, which refers to this library to create these builders.

In order of execution:

Implementation

Builder documentationModelBuilder(BuilderOptions builderOptions) =>
    DocumentationModelBuilder();