Summary
Prints the projecthelp to the console.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- ConsoleDriver
Syntax
public static void ShowProjectHelp(XmlDocument buildDoc)
Remarks
buildDoc is loaded and transformed with
ProjectHelp.xslt, which is an embedded resource.
Parameters
| Name | Type | Description |
|---|---|---|
| buildDoc | XmlDocument | The build file to show help for. |
Return Value
| Type | Description |
|---|---|
| void |
