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:
pmoura
2004-06-06 22:46:45 +00:00
parent 0101c09236
commit b25690af56
158 changed files with 4565 additions and 476 deletions

View File

@@ -12,7 +12,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.17.0
% Release 2.17.1
%
% Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
%
@@ -265,6 +265,17 @@
<cmd name="texttt"><parm><xsl:value-of select="solutions" /></parm></cmd>
</xsl:for-each>
</xsl:if>
<xsl:if test="exceptions">
<cmd name="medskip"/>
<cmd name="noindent"/>
exceptions:
<cmd name="par"/>
<xsl:for-each select="exceptions/exception">
<cmd name="textsf"><parm><xsl:value-of select="condition" /></parm></cmd>
<cmd name="space"/> <cmd name="textendash"/> <cmd name="space"/>
<cmd name="texttt"><parm><xsl:value-of select="term" /></parm></cmd>
</xsl:for-each>
</xsl:if>
<xsl:for-each select="info">
<cmd name="noindent"/>
<cmd name="medskip"/>