Logtalk 2.17.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1071 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
% Logtalk - Object oriented extension to Prolog
|
||||
% Release 2.17.0
|
||||
% Release 2.17.1
|
||||
%
|
||||
% Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
%
|
||||
@@ -208,6 +208,12 @@
|
||||
<dd><code><xsl:value-of select="template" /><xsl:text> - </xsl:text><xsl:value-of select="solutions" /></code></dd>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="exceptions">
|
||||
<dt>exceptions:</dt>
|
||||
<xsl:for-each select="exceptions/exception">
|
||||
<dd><xsl:value-of select="condition" />: <code><xsl:value-of select="term" /></code></dd>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
</dl>
|
||||
<xsl:if test="info">
|
||||
<dl class="predicate">
|
||||
|
Reference in New Issue
Block a user