Skip to content

Commit 6a1363c

Browse files
committed
Docs: Added [link] syntax.
1 parent b598dd7 commit 6a1363c

125 files changed

Lines changed: 132 additions & 130 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/cameras/Camera.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h3>.lookAt( [page:Vector3 vector] )</h3>
2929

3030
<h2>Source</h2>
3131

32-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
32+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/cameras/OrthographicCamera.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ <h3>.updateProjectionMatrix()</h3>
5656

5757
<h2>Source</h2>
5858

59-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
59+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/cameras/PerspectiveCamera.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>.setLens( [page:Float focalLength], [page:Float frameSize] )</h3>
4848

4949
<div>
5050
Uses focal length (in mm) to estimate and set FOV 35mm (fullframe) camera is used if frame size is not specified.<br />
51-
Formula based on <a href="http://www.bobatkins.com/photography/technical/field_of_view.html" target="_blank">http://www.bobatkins.com/photography/technical/field_of_view.html</a>
51+
Formula based on [link:http://www.bobatkins.com/photography/technical/field_of_view.html]
5252
</div>
5353

5454
<h3>.setViewOffset( [page:Float fullWidth], [page:Float fullHeight], [page:Float x], [page:Float y], [page:Float width], [page:Float height] )</h3>
@@ -107,4 +107,4 @@ <h3>.updateProjectionMatrix()</h3>
107107

108108
<h2>Source</h2>
109109

110-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
110+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Clock.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ <h3>.getDelta() [page:Float]</h3>
4848

4949
<h2>Source</h2>
5050

51-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
51+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ <h3>.clone() [page:Color]</h3>
117117

118118
<h2>Source</h2>
119119

120-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
120+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Face3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ <h3>.[page:Vector3 centroid]</h3>
7878

7979
<h2>Source</h2>
8080

81-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
81+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Face4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ <h3>.[page:Vector3 centroid]</h3>
8484

8585
<h2>Source</h2>
8686

87-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
87+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Frustum.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ <h3>.contains( [page:Object3D object] ) [page:Boolean]</h3>
2727

2828
<h2>Source</h2>
2929

30-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
30+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Geometry.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h3>.computeVertexNormals()</h3>
143143
<h3>.computeTangents()</h3>
144144
<div>
145145
Computes vertex tangents.<br />
146-
Based on <a href="http://www.terathon.com/code/tangent.html" target="_blank">http://www.terathon.com/code/tangent.html</a><br />
146+
Based on [link:http://www.terathon.com/code/tangent.html]<br />
147147
Geometry must have vertex [page:UV UVs] (layer 0 will be used).
148148
</div>
149149

@@ -166,4 +166,4 @@ <h3>.mergeVertices()</h3>
166166

167167
<h2>Source</h2>
168168

169-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
169+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/core/Math.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ <h3>.randFloatSpread( [page:Float range] ) [page:Float]</h3>
6060

6161
<h2>Source</h2>
6262

63-
<a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a>
63+
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

0 commit comments

Comments
 (0)