Skip to content

Commit e5b1faa

Browse files
committed
Preparing more documentation.
1 parent 7c7cd8b commit e5b1faa

163 files changed

Lines changed: 214675 additions & 24523 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: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,38 @@
33
"allowUnknownTags": true
44
},
55
"source": {
6+
"Xinclude": [ "../src/Phaser.js", "../src/animation/", "../src/core/Camera.js", "../src/core/Game.js", "../src/core/Group.js", "../src/core/LinkedList.js", "../src/core/Plugin.js", "../src/core/PluginManager.js" ],
67
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/Camera.js", "../src/core/Game.js", "../src/core/Group.js" ],
78
"exclude": [],
89
"includePattern": ".+\\.js(doc)?$",
910
"excludePattern": "(^|\\/|\\\\)_"
1011
},
11-
"plugins": [],
12+
"plugins" : ["plugins/markdown"],
1213
"templates": {
13-
"cleverLinks": false,
14-
"monospaceLinks": false
14+
"cleverLinks" : false,
15+
"monospaceLinks" : false,
16+
"default" : {
17+
"outputSourceFiles" : true
18+
},
19+
"systemName" : "Phaser",
20+
"footer" : "",
21+
"copyright" : "Phaser Copyright © 2012-2013 Photon Storm Ltd.",
22+
"navType" : "vertical",
23+
"theme" : "cerulean",
24+
"linenums" : true,
25+
"collapseSymbols" : false,
26+
"inverseNav" : true
27+
},
28+
"markdown" : {
29+
"parser" : "gfm",
30+
"hardwrap" : true
1531
},
1632
"opts": {
33+
"template": "docstrap-master/template/",
1734
"encoding": "utf8",
1835
"destination": "./out/",
1936
"recurse": true,
2037
"private": false,
21-
"lenient": true,
38+
"lenient": true
2239
}
2340
}

Docs/docstrap-master/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node_modules*
2+
components*
3+
*.map
4+
.idea*
5+
ringojs-0.9*
6+
dox*
7+
testdocs*
8+
themes*
9+
10+
11+

Docs/docstrap-master/.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules*
2+
components*
3+
*.map
4+
.idea*
5+
npm-debug.log
6+

0 commit comments

Comments
 (0)