Explorar o código

Fixed malformed jsdoc comment blocks

Added an asterisk to comment blocks that started with only one asterisk, and contained the `@author` annotation.
Jenna Sloan %!s(int64=6) %!d(string=hai) anos
pai
achega
43ca366109

+ 1 - 1
examples/js/controls/DragControls.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / https://github.com/zz85
  * @author mrdoob / http://mrdoob.com
  * Running this will allow you to drag three.js objects around the screen.

+ 1 - 1
examples/js/curves/CurveExtras.js

@@ -1,4 +1,4 @@
-/*
+/**
  * A bunch of parametric curves
  * @author zz85
  *

+ 1 - 1
examples/js/effects/AsciiEffect.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / https://github.com/zz85
  *
  * Ascii generation is based on http://www.nihilogic.dk/labs/jsascii/

+ 1 - 1
examples/js/geometries/ParametricGeometries.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85
  *
  * Experimenting of primitive geometry creation using Surface Parametric equations

+ 1 - 1
examples/js/loaders/AMFLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author tamarintech / https://tamarintech.com
  *
  * Description: Early release of an AMF Loader following the pattern of the

+ 1 - 1
examples/js/loaders/DDSLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author mrdoob / http://mrdoob.com/
  */
 

+ 1 - 1
examples/js/loaders/TDSLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * Autodesk 3DS three.js file loader, based on lib3ds.
  *
  * Loads geometry with uv and materials basic properties with texture support.

+ 1 - 1
examples/js/loaders/TGALoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author Daosheng Mu / https://github.com/DaoshengMu/
  * @author mrdoob / http://mrdoob.com/
  * @author takahirox / https://github.com/takahirox/

+ 1 - 1
examples/js/modifiers/SimplifyModifier.js

@@ -1,4 +1,4 @@
-/*
+/**
  *	@author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
  *
  *	Simplification Geometry Modifier

+ 1 - 1
examples/js/modifiers/SubdivisionModifier.js

@@ -1,4 +1,4 @@
-/*
+/**
  *	@author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
  *	@author centerionware / http://www.centerionware.com
  *

+ 1 - 1
examples/js/utils/UVsDebug.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / http://github.com/zz85
  * @author WestLangley / http://github.com/WestLangley
  * @author Mugen87 / https://github.com/Mugen87

+ 1 - 1
examples/jsm/controls/DragControls.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / https://github.com/zz85
  * @author mrdoob / http://mrdoob.com
  * Running this will allow you to drag three.js objects around the screen.

+ 1 - 1
examples/jsm/curves/CurveExtras.js

@@ -1,4 +1,4 @@
-/*
+/**
  * A bunch of parametric curves
  * @author zz85
  *

+ 1 - 1
examples/jsm/effects/AsciiEffect.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / https://github.com/zz85
  *
  * Ascii generation is based on http://www.nihilogic.dk/labs/jsascii/

+ 1 - 1
examples/jsm/geometries/ParametricGeometries.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85
  *
  * Experimenting of primitive geometry creation using Surface Parametric equations

+ 1 - 1
examples/jsm/loaders/AMFLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author tamarintech / https://tamarintech.com
  *
  * Description: Early release of an AMF Loader following the pattern of the

+ 1 - 1
examples/jsm/loaders/DDSLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author mrdoob / http://mrdoob.com/
  */
 

+ 1 - 1
examples/jsm/loaders/TDSLoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * Autodesk 3DS three.js file loader, based on lib3ds.
  *
  * Loads geometry with uv and materials basic properties with texture support.

+ 1 - 1
examples/jsm/loaders/TGALoader.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author Daosheng Mu / https://github.com/DaoshengMu/
  * @author mrdoob / http://mrdoob.com/
  * @author takahirox / https://github.com/takahirox/

+ 1 - 1
examples/jsm/modifiers/SimplifyModifier.js

@@ -1,4 +1,4 @@
-/*
+/**
  *	@author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
  *
  *	Simplification Geometry Modifier

+ 1 - 1
examples/jsm/modifiers/SubdivisionModifier.js

@@ -1,4 +1,4 @@
-/*
+/**
  *	@author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
  *	@author centerionware / http://www.centerionware.com
  *

+ 1 - 1
examples/jsm/utils/UVsDebug.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author zz85 / http://github.com/zz85
  * @author WestLangley / http://github.com/WestLangley
  * @author Mugen87 / https://github.com/Mugen87

+ 1 - 1
utils/packLDrawModel.js

@@ -1,4 +1,4 @@
-/*
+/**
  * @author yomboprime / https://github.com/yomboprime/
  *
  * LDraw object packer