Indicates where to locate source files for the API documentation.
By default the globbing patterns "src/**/{!.git,!bin,!obj,!packages,!*.Tests,}/**/*.cs"
and "../src/**/{!.git,!bin,!obj,!packages,!*.Tests,}/**/*.cs"
are used which searches for all "*.cs" files at any depth under a "src" folder
but not under "bin", "obj", "packages" or "Tests" folders. You can specify
your own globbing pattern (or more than one globbing pattern) if your source
files are found elsewhere.
- Namespace
- Statiq
.Docs - Containing Type
- DocsKeys
- Field Type
- string
Syntax
public const string SourceFiles
Constant Value
Value | Type |
---|---|
SourceFiles | String |