ICreateDocs Interface
Definition
A build which outputs documentation.
public interface ICreateDocs : INukeBuildProperties
Documentation
Gets the target to generate documentation.
Target Documentation { get; }DocumentationDirectory
Gets the directory to generate documentation from.
[Parameter("The directory of the documentation source.")]AbsolutePath DocumentationDirectory { get; }DocumentationOutputDirectory
Gets the directory to output documentation in.
[Parameter("The output directory of the generated documentation.")]AbsolutePath DocumentationOutputDirectory { get; }Methods
CreateDocs()
Generates documentation.
void CreateDocs()