Changeset 4517 for trunk/manuals
- Timestamp:
- 10/18/08 17:56:42 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 4 modified
-
index.html (modified) (1 diff)
-
refman/grammar.html (modified) (4 diffs)
-
refman/index.html (modified) (1 diff)
-
refman/refman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4511 r4517 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: October 1 7, 2008</span>34 <span>Last updated on: October 19, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/grammar.html
r4515 r4517 765 765 <dd>"<code>built_in</code>" |</dd> 766 766 <dd>"<code>synchronized</code>" |</dd> 767 <dd>"<code>file(File, Path)</code>"</dd> 767 <dd>"<code>file(File, Path)</code>" |</dd> 768 <dd>"<code>lines(Start, End)</code>"</dd> 768 769 </dl> 769 770 <dl id="grammar_object_property"> … … 774 775 <dd>"<code>synchronized</code>" |</dd> 775 776 <dd>"<code>threaded</code>" |</dd> 776 <dd>"<code>file(File, Path)</code>"</dd> 777 <dd>"<code>file(File, Path)</code>" |</dd> 778 <dd>"<code>lines(Start, End)</code>"</dd> 777 779 </dl> 778 780 <dl id="grammar_protocol_property"> … … 781 783 <dd>"<code>dynamic</code>" |</dd> 782 784 <dd>"<code>built_in</code>" |</dd> 783 <dd>"<code>file(File, Path)</code>"</dd> 785 <dd>"<code>file(File, Path)</code>" |</dd> 786 <dd>"<code>lines(Start, End)</code>"</dd> 784 787 </dl> 785 788 … … 806 809 <div class="copyright"> 807 810 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 808 <span>Last updated on: October 1 7, 2008</span>811 <span>Last updated on: October 19, 2008</span> 809 812 </div> 810 813 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4511 r4517 321 321 <div class="copyright"> 322 322 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 323 <span>Last updated on: October 1 7, 2008</span>323 <span>Last updated on: October 19, 2008</span> 324 324 </div> 325 325 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4511 r4517 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 1 7, 2008</p>38 <p class="date">Last updated on October 19, 2008</p> 39 39 </div> 40 40
