2
0
Эх сурвалжийг харах

Doc fixes misc (#9876)

* links to source to constants.js for constants

* correct tagging of property names
aardgoose 8 жил өмнө
parent
commit
34b20374a8

+ 2 - 2
docs/api/constants/CustomBlendingEquations.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -40,6 +40,6 @@
 
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
 	</body>
 </html>

+ 2 - 2
docs/api/constants/GLState.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -26,6 +26,6 @@
 	
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
 	</body>
 </html>

+ 1 - 1
docs/api/constants/Materials.html

@@ -53,6 +53,6 @@
 
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
 	</body>
 </html>

+ 2 - 2
docs/api/constants/ShadowingTypes.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -19,6 +19,6 @@
 	
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
 	</body>
 </html>

+ 2 - 2
docs/api/constants/Textures.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -91,6 +91,6 @@
 
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
 	</body>
 </html>

+ 1 - 1
docs/api/core/Raycaster.html

@@ -100,7 +100,7 @@
 		This value shouldn't be negative and should be larger than the near property. 
 		</div>
 
-		<h3>.[page:float linePrecision]</h3>
+		<h3>[property:float linePrecision]</h3>
 		<div>
 		The precision factor of the raycaster when intersecting [page:Line] objects. 
 		</div>

+ 2 - 2
docs/api/materials/Material.html

@@ -54,13 +54,13 @@
 		</div>
 		<div>Default is *false*.</div>
 
-		<h3>.[page:Blending blending]</h3>
+		<h3>[property:Blending blending]</h3>
 		<div>
 		Which blending to use when displaying objects with this material. Default is [page:Materials NormalBlending]. See the blending mode [page:Materials constants] for all possible values.
 
 		</div>
 
-		<h3>.[page:Integer blendSrc]</h3>
+		<h3>[property:Integer blendSrc]</h3>
 		<div>
 		Blending source. It's one of the blending mode constants defined in Three.js. Default is [page:CustomBlendingEquation SrcAlphaFactor]. See the destination factors [page:CustomBlendingEquation constants] for all possible values.
 		</div>