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
Contains functionality related to extracting API metadata using
DocFx.
- Assembly
- Cake
.DocFx .dll - Namespace
- Cake
.DocFx - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DocFxMetadataAliases"]
class Type type-node
Syntax
public static class DocFxMetadataAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DocFxMetadata |
void |
Extract API documentation using DocFx, with the specified settings.
static
|
DocFxMetadata |
void |
Extract API documentation using DocFx for a specific
docfx.json file.
static
|
DocFxMetadata |
void |
Extract API documentation using DocFx, with the specified project/source files or search patterns.
static
|
DocFxMetadata |
void |
Extract API documentation using DocFx for the
docfx.json file
in the current working directory.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|