-
Notifications
You must be signed in to change notification settings - Fork 196
ArgumentsDocumentationFormat
x97mdr edited this page Feb 8, 2012
·
8 revisions
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
html
html, json, word, dita
- Console
Pickles.exe --documentation-format=Word
Pickles.exe -df=Word
- Powershell
Pickle-Features -DocumentationFormat Word
-
MSBuild
-
NAnt