This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DocFx.
Summary
Extract API documentation using DocFx, with the specified project/source files or search patterns.
Syntax
public static void DocFxMetadata(this ICakeContext context, IEnumerable<FilePath> files)
Examples
var files = GetFiles("./src/**/*.csproj");
DocFxMetadata(files);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake context. |
files |
IEnumerable<FilePath> |
The project or source files, or search patterns. |
Return Value