DotNetDocsSettings.ProjectHasDocs property

A function that returns true if documentation should be generated for the project.

public Func<string, bool>? ProjectHasDocs { get; set; }

See Also