Changeset 4515 for trunk/manuals

Show
Ignore:
Timestamp:
10/18/08 12:01:29 (3 months ago)
Author:
pmoura
Message:

Replaced the file/1 entity property by a file/2 property that also includes the source file path.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/grammar.html

    r4511 r4515  
    765765            <dd>"<code>built_in</code>" |</dd> 
    766766            <dd>"<code>synchronized</code>" |</dd> 
    767             <dd>"<code>file(File)</code>"</dd> 
     767            <dd>"<code>file(File, Path)</code>"</dd> 
    768768    </dl> 
    769769    <dl id="grammar_object_property"> 
     
    774774            <dd>"<code>synchronized</code>" |</dd> 
    775775            <dd>"<code>threaded</code>" |</dd> 
    776             <dd>"<code>file(File)</code>"</dd> 
     776            <dd>"<code>file(File, Path)</code>"</dd> 
    777777    </dl> 
    778778    <dl id="grammar_protocol_property"> 
     
    781781            <dd>"<code>dynamic</code>" |</dd> 
    782782            <dd>"<code>built_in</code>" |</dd> 
    783             <dd>"<code>file(File)</code>"</dd> 
     783            <dd>"<code>file(File, Path)</code>"</dd> 
    784784    </dl> 
    785785