Changeset 4447 for trunk/manuals

Show
Ignore:
Timestamp:
08/25/08 02:03:49 (3 months ago)
Author:
pmoura
Message:

Added a multifile/1 directive for the logtalk_library_path/2 predicate. Minor documentation improvements.

Location:
trunk/manuals
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r4427 r4447  
    3232    <div class="copyright"> 
    3333        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    34         <span>Last updated on: August 16, 2008</span> 
     34        <span>Last updated on: August 25, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • trunk/manuals/refman/builtins/logtalk_library_path2.html

    r3730 r4447  
    2626<pre>logtalk_library_path(Library, Path)</pre> 
    2727<p> 
    28 Dynamic, user-defined predicate, allowing the declaration of aliases to library paths. Library aliases may also be used on the second argument (using the notation <em>alias(path)</em>). Paths must always end with the path directory separator character (<em>"/"</em>). 
     28Dynamic and multifile user-defined predicate, allowing the declaration of aliases to library paths. Library aliases may also be used on the second argument (using the notation <em>alias(path)</em>). Paths must always end with the path directory separator character (<em>"/"</em>). 
    2929</p> 
    3030 
     
    6565    <div class="copyright"> 
    6666        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    67         <span>Last updated on: May 26, 2007</span> 
     67        <span>Last updated on: August 25, 2008</span> 
    6868    </div> 
    6969    <div class="navbottom"> 
  • trunk/manuals/refman/index.html

    r4384 r4447  
    321321    <div class="copyright"> 
    322322        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    323         <span>Last updated on: July 17, 2008</span> 
     323        <span>Last updated on: August 25, 2008</span> 
    324324    </div> 
    325325    <div class="navbottom"> 
  • trunk/manuals/userman/index.html

    r4427 r4447  
    304304    <div class="copyright"> 
    305305        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/> 
    306         <span>Last updated on: August 16, 2008</span> 
     306        <span>Last updated on: August 25, 2008</span> 
    307307    </div> 
    308308    <div class="navbottom"> 
  • trunk/manuals/userman/programming.html

    r4436 r4447  
    7676 
    7777<p> 
    78 Logtalk defines a <em>library</em> simply as a directory containing source files. Library locations can be specified by asserting clauses to the dynamic predicate <a title="Consult reference manual" href="../refman/builtins/logtalk_library_path2.html"><code>logtalk_library_path/2</code></a>. For example: 
     78Logtalk defines a <em>library</em> simply as a directory containing source files. Library locations can be specified by defining or asserting clauses for the dynamic and multifile predicate <a title="Consult reference manual" href="../refman/builtins/logtalk_library_path2.html"><code>logtalk_library_path/2</code></a>. For example: 
    7979</p> 
    8080<pre>| ?- assertz(logtalk_library_path(shapes, '$LOGTALKUSER/examples/shapes/')). </pre> 
     
    163163    <div class="copyright"> 
    164164        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    165         <span>Last updated on: August 16, 2008</span> 
     165        <span>Last updated on: August 25, 2008</span> 
    166166    </div> 
    167167    <div class="navbottom">