FAKE - F# Make


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.
Fork me on GitHub