Changeset 56483 in vbox for trunk/doc/manual/common-formatcfg.xsl
- Timestamp:
- Jun 17, 2015 4:04:03 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101100
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/common-formatcfg.xsl
r56482 r56483 56 56 </xsl:attribute-set> 57 57 58 <!-- command synopsis --> 59 <xsl:variable name="arg.choice.opt.open.str">[</xsl:variable> 60 <xsl:variable name="arg.choice.opt.close.str">]</xsl:variable> 61 <xsl:variable name="arg.choice.req.open.str"><</xsl:variable> 62 <xsl:variable name="arg.choice.req.close.str">></xsl:variable> 63 <xsl:variable name="arg.choice.plain.open.str"><xsl:text> </xsl:text></xsl:variable> 64 <xsl:variable name="arg.choice.plain.close.str"><xsl:text> </xsl:text></xsl:variable> 65 <xsl:variable name="arg.choice.def.open.str">[</xsl:variable> 66 <xsl:variable name="arg.choice.def.close.str">]</xsl:variable> 67 <xsl:variable name="arg.rep.repeat.str">...</xsl:variable> 68 <xsl:variable name="arg.rep.norepeat.str"></xsl:variable> 69 <xsl:variable name="arg.rep.def.str"></xsl:variable> 70 <xsl:variable name="arg.or.sep"> | </xsl:variable> 71 <xsl:variable name="cmdsynopsis.hanging.indent">4pi</xsl:variable> 58 72 59 73 <!--
Note:
See TracChangeset
for help on using the changeset viewer.