doc: update common files.

This commit is contained in:
Liang Chang
2022-01-19 09:42:14 +08:00
parent 2c3e1c8e31
commit febd1a7872
3 changed files with 23 additions and 35 deletions

View File

@@ -1255,7 +1255,7 @@
<suffix><content>&gt;</content></suffix>
</print>
<PATH> GROUP <select> @Choice == "OPT" && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP <select> @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> [</content></prefix>
<suffix><content> ]...</content></suffix>
@@ -1275,7 +1275,7 @@
<suffix><content> ]</content></suffix>
</print>
<PATH> GROUP <select> @Choice == "OPTMULT" && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP <select> @Choice == "OPTMULT" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> [[</content></prefix>
<suffix><content> ]]...</content></suffix>
@@ -1295,7 +1295,7 @@
<suffix><content> ]]</content></suffix>
</print>
<PATH> GROUP <select> @Choice == "REQ" && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP <select> @Choice == "REQ" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> {</content></prefix>
<suffix><content> }...</content></suffix>
@@ -1315,7 +1315,7 @@
<suffix><content> }</content></suffix>
</print>
<PATH> GROUP <select> @Choice == "REQMULT" && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP <select> @Choice == "REQMULT" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> {{</content></prefix>
<suffix><content> }}...</content></suffix>
@@ -1345,7 +1345,7 @@
<suffix><content> ...</content></suffix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Choice == "OPT" && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> | [</content></prefix>
<suffix><content> ...]</content></suffix>
@@ -1355,7 +1355,7 @@
<suffix><content> ...]</content></suffix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Choice == "OPT" </select> </PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Choice == "OPT" </select> </PATH>
<online>
<prefix><content> | [</content></prefix>
<suffix><content>]</content></suffix>
@@ -1365,7 +1365,7 @@
<suffix><content>]</content></suffix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Rep == "REPEAT" </select> </PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> | </content></prefix>
<suffix><content> ...</content></suffix>
@@ -1383,7 +1383,7 @@
<prefix><content> | </content></prefix>
</print>
<PATH> ARG <select> @Choice == "OPT" && @Rep == "REPEAT" </select> </PATH>
<PATH> ARG <select> @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select> </PATH>
<online>
<prefix><content> [</content></prefix>
<suffix><content> ...]</content></suffix>
@@ -1505,7 +1505,7 @@
<!-- Procedures. -->
<!-- ====================================================================== -->
<PATH> PROCEDURE STEP <select> position == 1 && position == "#LAST" </select> </PATH>
<PATH> PROCEDURE STEP <select> position == 1 &amp;&amp; position == "#LAST" </select> </PATH>
<online>
<linebreak both>
<prefix>
@@ -1553,7 +1553,7 @@
<!-- Ordered (numbered) lists. -->
<!-- ====================================================================== -->
<PATH> ORDEREDLIST LISTITEM <select> position == 1 && position == "#LAST"</select> </PATH>
<PATH> ORDEREDLIST LISTITEM <select> position == 1 &amp;&amp; position == "#LAST"</select> </PATH>
<online>
<linebreak both>
<prefix>