Skip to content

Commit af3273b

Browse files
committed
jsdoc fixes
1 parent f73e180 commit af3273b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/curves/CubicBezierCurve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ var CubicBezierCurve = new Class({
146146
* @method Phaser.Curves.CubicBezierCurve#draw
147147
* @since 3.0.0
148148
*
149-
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
149+
* @generic {Phaser.GameObjects.Graphics} G - [graphics,$return]
150150
*
151151
* @param {Phaser.GameObjects.Graphics} graphics - [description]
152152
* @param {integer} [pointsTotal=32] - [description]

src/curves/Curve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var Curve = new Class({
117117
* @method Phaser.Curves.Curve#draw
118118
* @since 3.0.0
119119
*
120-
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
120+
* @generic {Phaser.GameObjects.Graphics} G - [graphics,$return]
121121
*
122122
* @param {Phaser.GameObjects.Graphics} graphics - The Graphics instance onto which this curve will be drawn.
123123
* @param {integer} [pointsTotal=32] - The resolution of the curve. The higher the value the smoother it will render, at the cost of rendering performance.

src/curves/LineCurve.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ var LineCurve = new Class({
170170
*
171171
* @method Phaser.Curves.LineCurve#getTangent
172172
* @since 3.0.0
173+
*
174+
* @generic {Phaser.Math.Vector2} O - [out,$return]
173175
*
174176
* @return {Phaser.Math.Vector2} [description]
175177
*/

0 commit comments

Comments
 (0)