Skip to content

ArgumentsDocumentationFormat

x97mdr edited this page Feb 8, 2012 · 8 revisions

Documentation Format

Explanation

Allows the user to select what format the generated output will be written in. Currently, the available options are:

  • HTML
  • DITA
  • Word (OpenXML)
  • JSON

For more information on the DITA output format, visit http://dita-ot.sourceforge.net/

Note: The value passed to this argument is case-insensitive. i.e. HTML = html= HtMl

Default Value

html

Possible Values

html, json, word, dita

Usage

  • Console

Pickles.exe --documentation-format=Word

Pickles.exe -df=Word

  • Powershell

Pickle-Features -DocumentationFormat Word

  • MSBuild

  • NAnt