HtmlHelp Constructor

NDoc Core

NDoc Documentation

HtmlHelp Constructor 

Initializes a new instance of the HtmlHelp class.

public HtmlHelp(
   string directoryName,
   string projectName,
   string defaultTopic,
   string htmlHelpCompiler,
   bool generateTocOnly
);

Parameters

directoryName
The directory to write the HTML Help files to.
projectName
The name of the HTML Help project.
defaultTopic
The default topic for the compiled HTML Help file.
htmlHelpCompiler
The path to the HTML Help compiler.
generateTocOnly
When true, HtmlHelp only outputs the HHC file and does not compile the CHM.

See Also

HtmlHelp Class | NDoc.Core Namespace