/[classpath]/gjdoc/src/resources/doctranslets/html/classdoc.xsl
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/classdoc.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by julian, Sat Nov 27 17:23:51 2004 UTC revision 1.15 by julian, Mon Nov 29 14:08:40 2004 UTC
# Line 666  Line 666 
666            <span class="prototype-name">            <span class="prototype-name">
667              <xsl:value-of select="@name"/>              <xsl:value-of select="@name"/>
668            </span>            </span>
669            <xsl:variable name="param_position">            <xsl:variable name="param_position" select="position()"/>
670              <xsl:value-of select="position()"/>  
671            </xsl:variable>            <xsl:if test="../gjdoc:tags/gjdoc:tag[attribute::kind='@param' and position()=$param_position]">
           <xsl:if test="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]">  
672              <xsl:text> - </xsl:text>              <xsl:text> - </xsl:text>
673              <xsl:for-each select="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]/gjdoc:inlineTags/node()">              <xsl:for-each select="../gjdoc:tags/gjdoc:tag[attribute::kind='@param' and position()=$param_position]/gjdoc:inlineTags/node()">
674                <xsl:copy-of select="."/>                <xsl:copy-of select="."/>
675              </xsl:for-each>              </xsl:for-each>
676            </xsl:if>            </xsl:if>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26