Changeset 4565 for trunk/manuals

Show
Ignore:
Timestamp:
11/02/08 10:36:03 (2 months ago)
Author:
pmoura
Message:

Corrected some HTML typos in the User Manual page on Logtalk programming.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/programming.html

    r4561 r4565  
    208208<p> 
    209209Logtalk also implements a <a title="Consult reference manual" href="../refman/directives/set_logtalk_flag2.html"><code>set_logtalk_flag/2</code></a> directive, which can be used to set flags within a source file. For example, assuming a source file defining several entities, you may want to use different settings for compiling each entity. This can be easily accomplished by preceding each entity with the necessary <code>set_logtalk_flag/2</code> directives. Note that the scope of this directive is local to the source file containing it. 
    210 <p> 
     210</p> 
    211211 
    212212<h4>Lint flags</h4>