Skip to content

Commit 868ae81

Browse files
committed
Input, Loader and Math docs tidied up.
1 parent 1a2dc05 commit 868ae81

89 files changed

Lines changed: 62602 additions & 1025 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Docs/conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"allowUnknownTags": true
44
},
55
"source": {
6-
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/", "../src/geom/", "../src/input/Input.js" ],
6+
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/", "../src/geom/", "../src/input/", "../src/loader/", "../src/math/" ],
77
"exclude": [],
88
"includePattern": ".+\\.js(doc)?$",
99
"excludePattern": "(^|\\/|\\\\)_"

Docs/out/Animation.js.html

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<a href="module-Phaser.html">Phaser</a>
3333
</li>
3434

35-
<li>
36-
<a href="PluginManager.html">PluginManager</a>
37-
</li>
38-
3935

4036
</ul>
4137
</li>
@@ -66,6 +62,10 @@
6662
<a href="Phaser.AnimationManager.html">AnimationManager</a>
6763
</li>
6864

65+
<li>
66+
<a href="Phaser.Cache.html">Cache</a>
67+
</li>
68+
6969
<li>
7070
<a href="Phaser.Camera.html">Camera</a>
7171
</li>
@@ -86,22 +86,66 @@
8686
<a href="Phaser.Input.html">Input</a>
8787
</li>
8888

89+
<li>
90+
<a href="Phaser.InputHandler.html">InputHandler</a>
91+
</li>
92+
93+
<li>
94+
<a href="Phaser.Key.html">Key</a>
95+
</li>
96+
97+
<li>
98+
<a href="Phaser.Keyboard.html">Keyboard</a>
99+
</li>
100+
89101
<li>
90102
<a href="Phaser.LinkedList.html">LinkedList</a>
91103
</li>
92104

93105
<li>
94-
<a href="PluginManager-Phaser.PluginManager.html">PluginManager</a>
106+
<a href="Phaser.Loader.html">Loader</a>
107+
</li>
108+
109+
<li>
110+
<a href="Phaser.Loader.Parser.html">Parser</a>
111+
</li>
112+
113+
<li>
114+
<a href="Phaser.Math.html">Math</a>
115+
</li>
116+
117+
<li>
118+
<a href="Phaser.Mouse.html">Mouse</a>
119+
</li>
120+
121+
<li>
122+
<a href="Phaser.MSPointer.html">MSPointer</a>
95123
</li>
96124

97125
<li>
98126
<a href="Phaser.Plugin.html">Plugin</a>
99127
</li>
100128

129+
<li>
130+
<a href="Phaser.PluginManager.html">PluginManager</a>
131+
</li>
132+
101133
<li>
102134
<a href="Phaser.Point.html">Point</a>
103135
</li>
104136

137+
<li>
138+
<a href="Phaser.Pointer.html">Pointer</a>
139+
</li>
140+
141+
<li>
142+
<a href="Phaser.QuadTree.html">QuadTree</a>
143+
</li>
144+
145+
<li>
146+
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
147+
</li>
148+
105149
<li>
106150
<a href="Phaser.Rectangle.html">Rectangle</a>
107151
</li>
@@ -122,6 +166,10 @@
122166
<a href="Phaser.StateManager.html">StateManager</a>
123167
</li>
124168

169+
<li>
170+
<a href="Phaser.Touch.html">Touch</a>
171+
</li>
172+
125173
<li>
126174
<a href="Phaser.World.html">World</a>
127175
</li>
@@ -595,7 +643,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
595643

596644
<span class="jsdoc-message">
597645
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a>
598-
on Wed Oct 02 2013 12:28:25 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
646+
on Wed Oct 02 2013 15:04:47 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
599647
</span>
600648
</footer>
601649
</div>

Docs/out/AnimationManager.js.html

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<a href="module-Phaser.html">Phaser</a>
3333
</li>
3434

35-
<li>
36-
<a href="PluginManager.html">PluginManager</a>
37-
</li>
38-
3935

4036
</ul>
4137
</li>
@@ -66,6 +62,10 @@
6662
<a href="Phaser.AnimationManager.html">AnimationManager</a>
6763
</li>
6864

65+
<li>
66+
<a href="Phaser.Cache.html">Cache</a>
67+
</li>
68+
6969
<li>
7070
<a href="Phaser.Camera.html">Camera</a>
7171
</li>
@@ -86,22 +86,66 @@
8686
<a href="Phaser.Input.html">Input</a>
8787
</li>
8888

89+
<li>
90+
<a href="Phaser.InputHandler.html">InputHandler</a>
91+
</li>
92+
93+
<li>
94+
<a href="Phaser.Key.html">Key</a>
95+
</li>
96+
97+
<li>
98+
<a href="Phaser.Keyboard.html">Keyboard</a>
99+
</li>
100+
89101
<li>
90102
<a href="Phaser.LinkedList.html">LinkedList</a>
91103
</li>
92104

93105
<li>
94-
<a href="PluginManager-Phaser.PluginManager.html">PluginManager</a>
106+
<a href="Phaser.Loader.html">Loader</a>
107+
</li>
108+
109+
<li>
110+
<a href="Phaser.Loader.Parser.html">Parser</a>
111+
</li>
112+
113+
<li>
114+
<a href="Phaser.Math.html">Math</a>
115+
</li>
116+
117+
<li>
118+
<a href="Phaser.Mouse.html">Mouse</a>
119+
</li>
120+
121+
<li>
122+
<a href="Phaser.MSPointer.html">MSPointer</a>
95123
</li>
96124

97125
<li>
98126
<a href="Phaser.Plugin.html">Plugin</a>
99127
</li>
100128

129+
<li>
130+
<a href="Phaser.PluginManager.html">PluginManager</a>
131+
</li>
132+
101133
<li>
102134
<a href="Phaser.Point.html">Point</a>
103135
</li>
104136

137+
<li>
138+
<a href="Phaser.Pointer.html">Pointer</a>
139+
</li>
140+
141+
<li>
142+
<a href="Phaser.QuadTree.html">QuadTree</a>
143+
</li>
144+
145+
<li>
146+
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
147+
</li>
148+
105149
<li>
106150
<a href="Phaser.Rectangle.html">Rectangle</a>
107151
</li>
@@ -122,6 +166,10 @@
122166
<a href="Phaser.StateManager.html">StateManager</a>
123167
</li>
124168

169+
<li>
170+
<a href="Phaser.Touch.html">Touch</a>
171+
</li>
172+
125173
<li>
126174
<a href="Phaser.World.html">World</a>
127175
</li>
@@ -544,7 +592,7 @@ <h1 class="page-title">Source: animation/AnimationManager.js</h1>
544592

545593
<span class="jsdoc-message">
546594
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a>
547-
on Wed Oct 02 2013 12:28:25 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
595+
on Wed Oct 02 2013 15:04:47 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
548596
</span>
549597
</footer>
550598
</div>

0 commit comments

Comments
 (0)