Browse Source

Merge pull request #15137 from moraxy/wrong_doc_tags

Docs: Fix two tags
Mr.doob 6 years ago
parent
commit
00ba931cd4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/en/core/BufferGeometry.html
  2. 1 1
      docs/api/en/materials/ShaderMaterial.html

+ 1 - 1
docs/api/en/core/BufferGeometry.html

@@ -232,7 +232,7 @@
 
 		<h3>[method:null computeBoundingBox]()</h3>
 		<p>
-		Computes bounding box of the geometry, updating [param:.boundingBox] attribute.<br />
+		Computes bounding box of the geometry, updating [page:.boundingBox] attribute.<br />
 		Bounding boxes aren't computed by default. They need to be explicitly computed, otherwise they are *null*.
 		</p>
 

+ 1 - 1
docs/api/en/materials/ShaderMaterial.html

@@ -444,7 +444,7 @@ this.extensions = {
 		<h3>[property:Float wireframeLinewidth]</h3>
 		<p>Controls wireframe thickness. Default is 1.<br /><br />
 
-		Due to limitations of the [link:https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf OpenGL Core Profile)
+		Due to limitations of the [link:https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf OpenGL Core Profile]
 		with the [page:WebGLRenderer WebGL] renderer on most platforms linewidth will
 		always be 1 regardless of the set value.
 		</p>