Skip to content
Snippets Groups Projects
Commit 48ef59e2 authored by Goik Martin's avatar Goik Martin
Browse files

Extended hint to available documentation

parent 35ba67ba
No related branches found
No related tags found
No related merge requests found
......@@ -118,12 +118,24 @@
</xsl:template>
<xsl:template match="db:para[@role='eclipse']" mode='make'>
<para>
<xsl:text>Sourcecode available as importable Eclipse Maven </xsl:text>
<link
xlink:href="Ref/api/{.}/eclipse.zip">project zip archive</link>
<xsl:text>.</xsl:text>
</para>
<itemizedlist>
<listitem>
<para>
<xsl:text>Sourcecode available as importable Eclipse Maven project </xsl:text>
<link
xlink:href="Ref/api/{.}/eclipse.zip">zip archive</link>
<xsl:text>.</xsl:text>
</para>
</listitem>
<listitem>
<para>Online browsing of <link
xlink:href="Ref/api/{.}/allclasses-noframe.html">API
and implementation</link>.</para>
</listitem>
</itemizedlist>
</xsl:template>
<xsl:template match="*" mode="make">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment