diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 028279b..1fb398f 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -38,7 +38,7 @@ * The width of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ width: { get: function () @@ -68,7 +68,7 @@ * The height of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ height: { get: function () diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 028279b..1fb398f 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -38,7 +38,7 @@ * The width of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ width: { get: function () @@ -68,7 +68,7 @@ * The height of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ height: { get: function () diff --git a/src/core/display/DisplayObject.js b/src/core/display/DisplayObject.js index a9b0dab..0ca5118 100644 --- a/src/core/display/DisplayObject.js +++ b/src/core/display/DisplayObject.js @@ -195,7 +195,7 @@ * Indicates if the sprite is globally visible. * * @member {boolean} - * @memberof DisplayObject# + * @memberof PIXI.DisplayObject.prototype * @readonly */ worldVisible: { @@ -222,7 +222,8 @@ * To remove a mask, set this property to null. * * @member {Graphics} - * @memberof DisplayObject# + * @property {Graphics} + * @memberof PIXI.DisplayObject.prototype */ mask: { get: function () @@ -251,7 +252,7 @@ * To remove filters simply set this property to 'null' * * @member {Filter[]} - * @memberof DisplayObject# + * @memberof PIXI.DisplayObject.prototype */ filters: { get: function () diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 028279b..1fb398f 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -38,7 +38,7 @@ * The width of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ width: { get: function () @@ -68,7 +68,7 @@ * The height of the Container, setting this will actually modify the scale to achieve the value set * * @member {number} - * @memberof Container# + * @memberof PIXI.Container.prototype */ height: { get: function () diff --git a/src/core/display/DisplayObject.js b/src/core/display/DisplayObject.js index a9b0dab..0ca5118 100644 --- a/src/core/display/DisplayObject.js +++ b/src/core/display/DisplayObject.js @@ -195,7 +195,7 @@ * Indicates if the sprite is globally visible. * * @member {boolean} - * @memberof DisplayObject# + * @memberof PIXI.DisplayObject.prototype * @readonly */ worldVisible: { @@ -222,7 +222,8 @@ * To remove a mask, set this property to null. * * @member {Graphics} - * @memberof DisplayObject# + * @property {Graphics} + * @memberof PIXI.DisplayObject.prototype */ mask: { get: function () @@ -251,7 +252,7 @@ * To remove filters simply set this property to 'null' * * @member {Filter[]} - * @memberof DisplayObject# + * @memberof PIXI.DisplayObject.prototype */ filters: { get: function () diff --git a/src/core/sprites/Sprite.js b/src/core/sprites/Sprite.js index 62ad947..f5f8425 100644 --- a/src/core/sprites/Sprite.js +++ b/src/core/sprites/Sprite.js @@ -102,8 +102,8 @@ /** * The width of the sprite, setting this will actually modify the scale to achieve the value set * - * @member - * @memberof Sprite# + * @member {number} + * @memberof PIXI.Sprite.prototype */ width: { get: function () @@ -120,8 +120,8 @@ /** * The height of the sprite, setting this will actually modify the scale to achieve the value set * - * @member - * @memberof Sprite# + * @member {number} + * @memberof PIXI.Sprite.prototype */ height: { get: function () @@ -136,10 +136,10 @@ }, /** - * The height of the sprite, setting this will actually modify the scale to achieve the value set + * The texture that the sprite is using * - * @member - * @memberof Sprite# + * @member {Texture} + * @memberof PIXI.Sprite.prototype */ texture: { get: function ()