Skip to content

ICreateDocFX Interface

Definition

A build which outputs DocFX documentation.

C#
public interface ICreateDocFX : ICreateDocs, INukeBuild

Properties

UseStarlight

Gets a value indicating whether to use Starlight to generate documentation.

C#
bool UseStarlight { get; }

Methods

RunDocFX()

Runs DocFX.

C#
void RunDocFX()