Documentation - Array(Normalization)
YUIDoc does not have a standard (or really any) way of describing inner types of arrays and there are two general forms used in the current pixi code: - `Array<X>` - `Array An array of X`, or an _inconsistent_ variation of such The first form is not even parsed correctly by the YUIDoc tool and the contained type, X, does not appear in the documentation output (or parsed data) at all. Other similar forms that fail to work are: `X[]`, `Array{X}`m and `Array.<X>`. The second form mixes the type (`Array`) and the description of the type ("An array of X"). It would suiting to say "Array of X". Thus thus commit changes _both_ of the above forms into a normalized `Array(X)` While I do not want to impose this as the final chosen representation for such types, it does _immediately_ address the documentation issues mentioned above _and_ renders the nested type name in the documentation output. If a better method or converntion is found this _consistent_ and generatable intermim VB-like syntax can be trivially found and replaced. Another alternative of course, it to forbid anything more complex than `Array` as a type.
batch-dev
bugfix/polygon-offset
dev
dev-blendmode-add-again
dev-canvas-renderer-dirty-transform
dev-graphics-fix-batches
dev-line-join
dev-offscreen-canvas
dev-renderTexture-pool
dev-replace-buble-with-babel
englercj/update-s3
feature-nine-slice-canvas-tint
fix-svg
master
multiple-pointer-down-events
upgrade
v2.x
v3.x
v4.x
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0-rc.3
v5.0.0-rc.2
v5.0.0-rc
v5.0.0-alpha.3
v5.0.0-alpha.2
v5.0.0-alpha
v5.0.0
v4.8.8
v4.8.7
v4.8.6
v4.8.5
v4.8.4
v4.8.3
v4.8.2
v4.8.1
v4.8.0
v4.7.3
v4.7.2
v4.7.1
v4.7.0
v4.6.2
v4.6.1
v4.6.0
v4.5.6
v4.5.5
v4.5.4
v4.5.3
v4.5.2
v4.5.1
v4.5.0
v4.0.3
v4.0.2
v4.0.1
v4.0.0-rc4
v4.0.0-rc3
v4.0.0-rc2
v4.0.0-rc1
v4.0.0
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.11
v3.0.10
v3.0.1
v3.0.0-rc4
v3.0.0-rc3
v3.0.0-rc2
v3.0.0-rc1
v3.0.0
v2.2.9
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
floattex
|
---|
|
src/pixi/display/DisplayObject.js |
---|
src/pixi/display/DisplayObjectContainer.js |
---|
src/pixi/display/MovieClip.js |
---|
src/pixi/filters/AbstractFilter.js |
---|
src/pixi/filters/ColorMatrixFilter.js |
---|
src/pixi/geom/Polygon.js |
---|
src/pixi/loaders/AssetLoader.js |
---|
src/pixi/renderers/webgl/utils/WebGLGraphics.js |
---|