Changeset 4515 for trunk/manuals
- Timestamp:
- 10/18/08 12:01:29 (3 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/grammar.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/grammar.html
r4511 r4515 765 765 <dd>"<code>built_in</code>" |</dd> 766 766 <dd>"<code>synchronized</code>" |</dd> 767 <dd>"<code>file(File )</code>"</dd>767 <dd>"<code>file(File, Path)</code>"</dd> 768 768 </dl> 769 769 <dl id="grammar_object_property"> … … 774 774 <dd>"<code>synchronized</code>" |</dd> 775 775 <dd>"<code>threaded</code>" |</dd> 776 <dd>"<code>file(File )</code>"</dd>776 <dd>"<code>file(File, Path)</code>"</dd> 777 777 </dl> 778 778 <dl id="grammar_protocol_property"> … … 781 781 <dd>"<code>dynamic</code>" |</dd> 782 782 <dd>"<code>built_in</code>" |</dd> 783 <dd>"<code>file(File )</code>"</dd>783 <dd>"<code>file(File, Path)</code>"</dd> 784 784 </dl> 785 785
