Table of Contents

IDocumentationSource.CommentsFiles Property

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

This read-only property returns an enumerable list of XML comments files based on the current settings

IEnumerable<string> CommentsFiles { get; }

Property Value

IEnumerable<string>

An enumerable list of XML comments files matching the SourceFile path. Sub-folders are only included if IncludeSubFolders is set to true.