Changeset 77882 in vbox for trunk/doc/manual
- Timestamp:
- Mar 26, 2019 3:04:35 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-C-help.xsl
r77361 r77882 38 38 </xsl:variable> 39 39 40 <!-- Sub-command style command (true) or single command (false). --> 41 <xsl:variable name="g_fSubCommands" select="not(not(//refsect2[@id]))" /> 40 42 41 43 <!-- Default action, do nothing. --> … … 88 90 <xsl:message terminate="yes"><xsl:call-template name="error-prefix"/>The refsynopsisdiv/cmdsynopsis elements @id is expected to include the refentry @id.</xsl:message> 89 91 </xsl:if> 90 <xsl:if test="not(../../refsect1/refsect2[@id=./@id]) ">92 <xsl:if test="not(../../refsect1/refsect2[@id=./@id]) and $g_fSubCommands"> 91 93 <xsl:message terminate="yes"><xsl:call-template name="error-prefix"/>No refsect2 with id="<xsl:value-of select="@id"/>" found.</xsl:message> 92 94 </xsl:if>
Note:
See TracChangeset
for help on using the changeset viewer.