- Timestamp:
- Mar 22, 2023 3:45:33 PM (2 years ago)
- Location:
- trunk/doc/manual
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-C-help.xsl
r99116 r99118 269 269 <xsl:when test="parent::group and ancestor::*[@role='compact']"><xsl:value-of select="$arg.or.sep.compact"/></xsl:when> 270 270 <xsl:when test="parent::group"><xsl:value-of select="$arg.or.sep"/></xsl:when> 271 <xsl:when test=" parent::arg"></xsl:when>271 <xsl:when test="ancestor::*[@role='compact']"></xsl:when> 272 272 <xsl:when test="ancestor::*/@sepchar"><xsl:value-of select="ancestor::*/@sepchar"/></xsl:when> 273 273 <xsl:otherwise><xsl:text> </xsl:text></xsl:otherwise> … … 304 304 <xsl:when test="@choice = 'req'"> <xsl:value-of select="$arg.choice.req.close.str"/></xsl:when> 305 305 </xsl:choose> 306 <!-- Add a space padding if we're the last element in a repeating arg or group --> 307 <!-- 2023-03-22 bird: This is incorrectly written. Fix as needed... 308 <xsl:if test="(parent::arg or parent::group) and not(following-sibiling) and not(ancestor::*[@role='compact'])"> 309 <xsl:text> </xsl:text> 310 </xsl:if> 311 --> 306 312 </xsl:if> 307 313 </xsl:template> -
trunk/doc/manual/docbook2latex.xsl
r99116 r99118 971 971 <xsl:when test="parent::group and ancestor::*[@role='compact']"><xsl:text>\textrm{</xsl:text><xsl:value-of select="$arg.or.sep.compact.tex"/><xsl:text>}</xsl:text></xsl:when> 972 972 <xsl:when test="parent::group"><xsl:text>\textrm{</xsl:text><xsl:value-of select="$arg.or.sep.tex"/><xsl:text>}</xsl:text></xsl:when> 973 <xsl:when test=" parent::arg"></xsl:when>973 <xsl:when test="ancestor::*[@role='compact']"></xsl:when> 974 974 <xsl:when test="ancestor::*/@sepchar"><xsl:value-of select="ancestor::*/@sepchar"/></xsl:when> 975 975 <xsl:otherwise><xsl:text> </xsl:text></xsl:otherwise> … … 1007 1007 <xsl:when test="@choice = 'req'"> <xsl:text>\textrm{</xsl:text><xsl:value-of select="$arg.choice.req.close.str"/><xsl:text>}</xsl:text></xsl:when> 1008 1008 </xsl:choose> 1009 1010 <!-- add space padding if we're the last element in a nested arg --> 1011 <!-- 2023-03-22 bird: This is incorrectly written. Fix as needed... 1012 <xsl:if test="(parent::arg or parent::group) and not(following-sibling) and not(ancestor::*[@role='compact'])"> 1013 <xsl:text> </xsl:text> 1014 </xsl:if> --> 1009 1015 </xsl:template> 1010 1016 -
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r99116 r99118 422 422 <arg choice="req"><replaceable>yres</replaceable></arg> 423 423 <arg choice="req"><replaceable>bpp</replaceable></arg> 424 <arg><arg><replaceable>display</replaceable></arg><group> 425 <arg choice="plain">enabled:yes | no</arg> 426 <arg><replaceable>x-origin</replaceable> <replaceable>y-origin</replaceable></arg> 427 </group></arg> 424 <arg> 425 <replaceable>display</replaceable> 426 <arg> 427 <group choice="req"> 428 <arg choice="plain">yes</arg> 429 <arg choice="plain">no</arg> 430 </group> 431 <arg> 432 <arg choice="plain"><replaceable>x-origin</replaceable></arg> 433 <arg choice="plain"><replaceable>y-origin</replaceable></arg> 434 </arg> 435 </arg> 436 </arg> 428 437 </cmdsynopsis> 429 438
Note:
See TracChangeset
for help on using the changeset viewer.