Skip to content

Commit

Permalink
Use new double-hyphen syntax in transtype topics
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed Dec 4, 2016
1 parent a4efa06 commit 9f71b00
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions user-guide/dita2eclipsehelp.dita
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
specialization provides additional control over metadata, as well as the ability to reference multiple TOC
files, index files, and other Eclipse extensions.</p></draft-comment>
<p>To run the Eclipse help transformation, set the <parmname>transtype</parmname> parameter to
<option>eclipsehelp</option>, or pass the <option>-format eclipsehelp</option> option to the
<cmdname>dita</cmdname> command line.</p>
<option>eclipsehelp</option>, or pass the <parmname>--format</parmname>=<option>eclipsehelp</option> option to
the <cmdname>dita</cmdname> command line.</p>
</conbody>
</concept>
3 changes: 2 additions & 1 deletion user-guide/dita2html5.dita
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
style sheet that overrides the default styles, or generate a <xmlelement>nav</xmlelement> element with a
navigation TOC in topic pages.</p>
<p>To run the HTML5 transformation, set the <parmname>transtype</parmname> parameter to <option>html5</option>, or
pass the <option>-format html5</option> option to the <cmdname>dita</cmdname> command line.</p>
pass the <parmname>--format</parmname>=<option>html5</option> option to the <cmdname>dita</cmdname> command
line.</p>
</conbody>
</concept>
4 changes: 2 additions & 2 deletions user-guide/dita2htmlhelp.dita
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</simpletable>
</p>
<p>To run the HTML Help transformation, set the <parmname>transtype</parmname> parameter to
<option>htmlhelp</option>, or pass the <option>-format htmlhelp</option> option to the <cmdname>dita</cmdname>
command line.</p>
<option>htmlhelp</option>, or pass the <parmname>--format</parmname>=<option>htmlhelp</option> option to the
<cmdname>dita</cmdname> command line.</p>
</conbody>
</concept>
8 changes: 5 additions & 3 deletions user-guide/dita2javahelp.dita
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
needed to compile the project.</shortdesc>
<conbody>
<p>The Java Help output produces HTML files rather than XHTML files. In addition to the HTML output and CSS files,
this transformation type will return the following files:<ul>
this transformation type will return the following files:
<ul>
<li>Table of Contents (<filepath>toc.xml</filepath>)</li>
<li>Sorted index (<filepath>mapname_index.xml</filepath>)</li>
<li>Other Java Help project files (<filepath>map.jhm and mapname_helpset.hs</filepath>)</li>
<li>If the Java Help compiler is located on the system, a compiled Java Help project will be returned.</li>
</ul></p>
<p>To run the Java Help transformation, set the <parmname>transtype</parmname> parameter to <option>javahelp</option>, or
pass the <option>-format javahelp</option> option to the <cmdname>dita</cmdname> command line.</p>
<p>To run the Java Help transformation, set the <parmname>transtype</parmname> parameter to
<option>javahelp</option>, or pass the <parmname>--format</parmname>=<option>javahelp</option> option to the
<cmdname>dita</cmdname> command line.</p>
</conbody>
</concept>
4 changes: 2 additions & 2 deletions user-guide/dita2pdf.dita
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>This transformation was originally created as a plug-in and maintained outside of the main toolkit code. It was
created as a more robust alternative to the demo PDF transformation in the original toolkit, and thus was known as
PDF2. The plug-in was bundled into the default toolkit distribution with release 1.4.3.</p>
<p>To run the PDF transformation, set the <parmname>transtype</parmname> parameter to <option>pdf</option>, or
pass the <option>-format pdf</option> option to the <cmdname>dita</cmdname> command line.</p>
<p>To run the PDF transformation, set the <parmname>transtype</parmname> parameter to <option>pdf</option>, or pass
the <parmname>--format</parmname>=<option>pdf</option> option to the <cmdname>dita</cmdname> command line.</p>
</conbody>
</concept>
3 changes: 2 additions & 1 deletion user-guide/dita2tocjs.dita
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<p>The <option>tocjs</option> transformation was updated so that it produces XHTML output and uses a default
frameset.</p>
<p>To run the TocJS transformation, set the <parmname>transtype</parmname> parameter to <option>tocjs</option>, or
pass the <option>-format tocjs</option> option to the <cmdname>dita</cmdname> command line.</p>
pass the <parmname>--format</parmname>=<option>tocjs</option> option to the <cmdname>dita</cmdname> command
line.</p>
</conbody>
</concept>
3 changes: 2 additions & 1 deletion user-guide/dita2troff.dita
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<xmlelement>simpletable</xmlelement> elements. Most testing of troff output was performed using the Cygwin Linux
emulator.</p>
<p>To run the troff transformation, set the <parmname>transtype</parmname> parameter to <option>troff</option>, or
pass the <option>-format troff</option> option to the <cmdname>dita</cmdname> command line.</p>
pass the <parmname>--format</parmname>=<option>troff</option> option to the <cmdname>dita</cmdname> command
line.</p>
</conbody>
</concept>
3 changes: 2 additions & 1 deletion user-guide/dita2xhtml.dita
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<filepath>commonrtl.css</filepath> for right-to-left languages). You can use toolkit parameters to add a custom
style sheet to override the default styles.</p>
<p>To run the XHTML transformation, set the <parmname>transtype</parmname> parameter to <option>xhtml</option>, or
pass the <option>-format xhtml</option> option to the <cmdname>dita</cmdname> command line.</p>
pass the <parmname>--format</parmname>=<option>xhtml</option> option to the <cmdname>dita</cmdname> command
line.</p>
</conbody>
</concept>

0 comments on commit 9f71b00

Please sign in to comment.