Revision: 2351
Author: pekka.klarck
Date: Wed Oct 21 10:35:58 2009
Log: minor fixes, mainly to old info and not new plain text support
http://code.google.com/p/robotframework/source/detail?r=2351
Modified:
/trunk/tools/robotidy/doc/robotidy.html
/trunk/tools/robotidy/doc/robotidy.txt
=======================================
--- /trunk/tools/robotidy/doc/robotidy.html Wed Oct 21 09:36:54 2009
+++ /trunk/tools/robotidy/doc/robotidy.html Wed Oct 21 10:35:58 2009
@@ -547,7 +547,7 @@
<tr><td> </td><td>The title to use in the test data. By default, the
title is got
from the name of the output file. If the output file is
HTML, the title is used with "h1" and "title" tags,
and with
-TSV, it is simply printed before the first table. Possible
+TSV and TXT it is simply printed before the first table. Possible
underscores in the given title are converted to spaces.</td></tr>
<tr><td class="option-group" colspan="2">
<kbd><span class="option">-S</span>, <span class="option">--style
<var><path></var></span></kbd></td>
@@ -597,13 +597,13 @@
<p>RIDE is a great tool for editing the test data, but at least currently,
it
totally ignores comments. This tool can be used to convert comments, so
that
they are not lost when the test data is opened in RIDE. Comments in Test
-Case and user keyword tables are changed, so that instead of
"#", a built-in
-<span class="name">Comment</span> keyword is used. In Variable tables,
comments are converted to "@{#}"
-or "${#}". Comments in Setting tables are not fixed.</p>
+Case and Keyword tables are changed, so that instead of <span
class="name">#</span>, a built-in
+<span class="name">Comment</span> keyword is used. In Variable tables,
comments are converted to
+<span class="var">@{#}</span> or <span class="var">${#}</span>.
Comments in Setting tables are not fixed.</p>
<p>Examples:</p>
<pre class="literal-block">
robotidy.py --fixcomments orig.html fixed.html
-robotidy.py --fixcomments --inplace \*.html
+robotidy.py --fixcomments --inplace *.html
</pre>
</div>
<div class="section" id="fixing-deprecated-syntax-for-repeating-keywords">
@@ -618,7 +618,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2009-10-21 16:35 UTC.
+Generated on: 2009-10-21 17:34 UTC.
</div>
</body>
=======================================
--- /trunk/tools/robotidy/doc/robotidy.txt Wed Oct 21 09:36:44 2009
+++ /trunk/tools/robotidy/doc/robotidy.txt Wed Oct 21 10:35:58 2009
@@ -36,7 +36,7 @@
-T, --title text The title to use in the test data. By default, the
title is got
from the name of the output file. If the output file is
HTML, the title is used with "h1" and "title" tags,
and with
- TSV, it is simply printed before the first table.
Possible
+ TSV and TXT it is simply printed before the first
table. Possible
underscores in the given title are converted to spaces.
-S, --style <path> Reads styles from an external style sheet file and
replaces
the default styles with them. If the path has a
special value
@@ -87,14 +87,14 @@
RIDE is a great tool for editing the test data, but at least currently, it
totally ignores comments. This tool can be used to convert comments, so
that
they are not lost when the test data is opened in RIDE. Comments in Test
-Case and user keyword tables are changed, so that instead of "#", a
built-in
-:name:`Comment` keyword is used. In Variable tables, comments are
converted to "@{#}"
-or "${#}". Comments in Setting tables are not fixed.
+Case and Keyword tables are changed, so that instead of :name:`#`, a
built-in
+:name:`Comment` keyword is used. In Variable tables, comments are
converted to
+:var:`...@{#}` or :var:`${#}`. Comments in Setting tables are not fixed.
Examples::
robotidy.py --fixcomments orig.html fixed.html
- robotidy.py --fixcomments --inplace \*.html
+ robotidy.py --fixcomments --inplace *.html
Fixing deprecated syntax for repeating keywords