Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

HTMLHelpWorkShopHelper

Contains a task which allows to use HTML Help Workshop in order to compile a help project.

Functions and values

Function or valueDescription
CompileHTMLHelpProject(...)
Signature: helpCompiler:string -> projectFile:string -> string list

Uses the HTML Help Workshop to compile a help project and returns the generated file names of the generated files.

Parameters

  • helpCompiler - The filename of the HTML Help WorkShop tool.
  • projectFile - The fileName of the help project.