/[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.12 by julian, Thu Nov 25 14:40:20 2004 UTC revision 1.13 by julian, Fri Nov 26 13:29:56 2004 UTC
# Line 385  Line 385 
385    
386    <xsl:template name="output_taglet_tags">    <xsl:template name="output_taglet_tags">
387    
388      <xsl:for-each select="gjdoc:tags/gjdoc:tagletText">      <xsl:for-each select="gjdoc:tags/gjdoc:tag">
389        <xsl:copy-of select="./*"/>        <xsl:choose>
390            <xsl:when test="@name='@deprecated'">
391              <div class="classdoc-tag-section-header">
392                <xsl:value-of select="'Deprecated:'"/>
393              </div>
394              <dl class="classdoc-list">
395                <xsl:for-each select="gjdoc:inlineTags">
396                  <xsl:apply-templates/>
397                </xsl:for-each>
398              </dl>
399            </xsl:when>
400            <xsl:when test="@taglet-generated">
401              <xsl:copy-of select="./*"/>
402            </xsl:when>
403          </xsl:choose>
404      </xsl:for-each>      </xsl:for-each>
405            
406    </xsl:template>    </xsl:template>
# Line 586  Line 600 
600                    
601          <blockquote class="member-summary method comment">          <blockquote class="member-summary method comment">
602            <xsl:choose>            <xsl:choose>
603              <xsl:when test="gjdoc:tags/gjdoc:tag[kind='@deprecated']">              <xsl:when test="gjdoc:tags/gjdoc:tag[@kind='@deprecated']">
               <b>Deprecated.</b>  
604                <i>                <i>
605                <xsl:for-each select="gjdoc:tags/gjdoc:tag[kind='@deprecated']/node()">                  <b>Deprecated. </b>
606                  <xsl:value-of disable-output-escaping="yes" select="."/>                  <xsl:for-each select="gjdoc:tags/gjdoc:tag[@kind='@deprecated']/gjdoc:firstSentenceTags">
607                </xsl:for-each>                    <xsl:apply-templates/>
608                    </xsl:for-each>
609                </i>                </i>
610              </xsl:when>              </xsl:when>
611              <xsl:otherwise>              <xsl:otherwise>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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