Skip to content

Commit a91e26f

Browse files
committed
New comments test
1 parent 6f3ec9f commit a91e26f

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

v3/docs/comments.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
[
2+
{
3+
"description": "",
4+
"tags": [
5+
{
6+
"title": "author",
7+
"description": "Richard Davey <rich@photonstorm.com>",
8+
"lineNumber": 1
9+
},
10+
{ "title": "copyright", "description": "2016 Photon Storm Ltd.", "lineNumber": 2 },
11+
{
12+
"title": "license",
13+
"description": "{@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}",
14+
"lineNumber": 3
15+
}
16+
]
17+
},
218
{
319
"description": "The base GameObject class that all Game Objects extend.",
420
"tags": [
@@ -9,17 +25,25 @@
925
"type": null,
1026
"name": "GameObject"
1127
},
28+
{
29+
"title": "namespace",
30+
"description": null,
31+
"lineNumber": 4,
32+
"type": null,
33+
"name": "Phaser.GameObjects"
34+
},
35+
{ "title": "constructor", "description": null, "lineNumber": 5, "type": null, "name": null },
1236
{
1337
"title": "param",
1438
"description": "The Scene to which this Game Object belongs.",
15-
"lineNumber": 5,
39+
"lineNumber": 7,
1640
"type": { "type": "NameExpression", "name": "Scene" },
1741
"name": "scene"
1842
},
1943
{
2044
"title": "param",
2145
"description": "A textual representation of the Game Object.",
22-
"lineNumber": 6,
46+
"lineNumber": 8,
2347
"type": { "type": "NameExpression", "name": "String" },
2448
"name": "type"
2549
}

0 commit comments

Comments
 (0)