Summary
Contains functionality related to merging base API files using
DocFx.
- Namespace
- Cake
.DocFx - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DocFxMergeAliases"]
class Type type-node
Syntax
[CakeAliasCategory("DocFx")]
[CakeNamespaceImport("Cake.DocFx.Merge")]
public static class DocFxMergeAliases
Attributes
Type | Description |
---|---|
CakeAliasCategory | |
CakeNamespaceImport |
Methods
Name | Value | Summary |
---|---|---|
DocFxMerge |
void |
Merge base API in YAML files and toc files for the
docfx.json file in the current working directory.
static
|
DocFxMerge |
void |
Merge base API in YAML files and toc files for the
docfx.json file in the current working
directory using the specified settings.
static
|
DocFxMerge |
void |
Merge base API in YAML files and toc files for a specific
docfx.json file.
static
|
DocFxMerge |
void |
Merge base API in YAML files and toc files for a specific
docfx.json file using the specified settings.
static
|