DocBuilder.BuildDocs Method

Definition

Generates all of the documentation files for a build. This includes the top-level table of contents (toc.yml), a table of contents for each namespace, and a detailed file for each callable and type. If the root directory does not exist, it will be created and populated.

public void BuildDocs ();
member this.BuildDocs : unit -> unit
Public Sub BuildDocs ()

Applies to