Added "Read more in manual" links to about page for each section
parent
41e76fd2ea
commit
b005bbce1a
|
@ -60,6 +60,7 @@
|
|||
// temporary class
|
||||
Foo( "John Doe" ).sayHello();
|
||||
</pre>
|
||||
<a href="manual/Defining-Classes.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
@ -91,6 +92,7 @@
|
|||
<pre class="js">
|
||||
<!--%inc scripts/ex/class-final.js-->
|
||||
</pre>
|
||||
<a href="manual/Inheritance.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
@ -106,6 +108,7 @@
|
|||
<pre class="js">
|
||||
<!--%inc scripts/ex/class-abstract.js-->
|
||||
</pre>
|
||||
<a href="manual/Abstract-Members.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
@ -139,6 +142,7 @@
|
|||
<pre class="js">
|
||||
<!--%inc scripts/ex/interface-3.js -->
|
||||
</pre>
|
||||
<a href="manual/Interfaces.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
@ -162,6 +166,7 @@
|
|||
Attempting to access a private member from within a subtype will result in an
|
||||
error.
|
||||
</p>
|
||||
<a href="manual/Access-Modifiers.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
@ -179,6 +184,7 @@
|
|||
<pre class="js">
|
||||
<!--%inc scripts/ex/static-members.js -->
|
||||
</pre>
|
||||
<a href="manual/Static-Members.html">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue