Summary
Functions to call AsciiDoctorJ.
In order to use this add-in, add the following to your build.cake.
#addin "nuget:?package=Cake.AsciiDoctorJ"
- Namespace
- Cake
.AsciiDoctorJ - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AsciiDoctorJAliases"]
class Type type-node
Syntax
[CakeAliasCategory("asciidoctorj")]
public static class AsciiDoctorJAliases
Attributes
Type | Description |
---|---|
CakeAliasCategory |
Methods
Name | Value | Summary |
---|---|---|
AsciiDoctorJ |
void |
Runs the tool using an action to configure settings.
static
|
AsciiDoctorJ |
void |
Runs the tool using the given
AsciiDoctorJRunnerSettings .
static
|