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

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

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

revision 1.9 by julian, Fri Nov 26 13:29:56 2004 UTC revision 1.10 by julian, Mon Nov 29 13:46:51 2004 UTC
# Line 75  Line 75 
75          </outputfile>          </outputfile>
76        </xsl:if>        </xsl:if>
77    
78        <xsl:if test="not($gjdoc.option.nohelp)">        <xsl:if test="not($gjdoc.option.notree)">
79          <outputfile>          <outputfile>
80            <name><xsl:text>fulltree.html</xsl:text></name>            <name><xsl:text>fulltree.html</xsl:text></name>
81            <sheet><xsl:text>fulltree.xsl</xsl:text></sheet>            <sheet><xsl:text>fulltree.xsl</xsl:text></sheet>
# Line 128  Line 128 
128            <comment><xsl:text>HTML Class list for package </xsl:text><xsl:value-of select="@name"/></comment>            <comment><xsl:text>HTML Class list for package </xsl:text><xsl:value-of select="@name"/></comment>
129          </outputfile>          </outputfile>
130    
131          <outputfile>          <xsl:if test="not($gjdoc.option.notree)">
132            <name><xsl:value-of select="concat(translate(@name,'.','/'),'/package-tree.html')"/></name>            <outputfile>
133            <info><xsl:value-of select="@name"/></info>              <name><xsl:value-of select="concat(translate(@name,'.','/'),'/package-tree.html')"/></name>
134            <sheet><xsl:text>fulltree.xsl</xsl:text></sheet>              <info><xsl:value-of select="@name"/></info>
135            <comment><xsl:text>HTML Hierarchy for package </xsl:text><xsl:value-of select="@name"/></comment>              <sheet><xsl:text>fulltree.xsl</xsl:text></sheet>
136          </outputfile>              <comment><xsl:text>HTML Hierarchy for package </xsl:text><xsl:value-of select="@name"/></comment>
137              </outputfile>          
138            </xsl:if>
139        </xsl:for-each>        </xsl:for-each>
140    
141        <xsl:for-each select="gjdoc:rootdoc/gjdoc:classdoc">        <xsl:for-each select="gjdoc:rootdoc/gjdoc:classdoc">
# Line 225  Line 227 
227          </outputfile>          </outputfile>
228        </xsl:if>        </xsl:if>
229    
230          <outputfile>
231            <name><xsl:text>serialized.html</xsl:text></name>
232            <sheet><xsl:text>serialized.xsl</xsl:text></sheet>
233            <comment><xsl:text>serialization information</xsl:text></comment>
234          </outputfile>
235    
236      </gjdocoutput>      </gjdocoutput>
237    </xsl:template>    </xsl:template>
238    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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