Skip to content

Commit 2d49a31

Browse files
committed
yuidoc scripts added. Tidied up the Docs folder. Added back in the Emitter and fixed the Tests that weren't compiling.
1 parent 9bf7d07 commit 2d49a31

182 files changed

Lines changed: 8441 additions & 988 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/API/api.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
YUI.add("yuidoc-meta", function(Y) {
2+
Y.YUIDoc = { meta: {
3+
"classes": [
4+
"TimeManager"
5+
],
6+
"modules": [
7+
"Phaser"
8+
],
9+
"allModules": [
10+
{
11+
"displayName": "Phaser",
12+
"name": "Phaser"
13+
}
14+
]
15+
} };
16+
});
491 Bytes
Loading

Docs/API/assets/css/logo.png

6.16 KB
Loading

0 commit comments

Comments
 (0)