Skip to content

Commit d61929e

Browse files
Site changes [skip-ci]
1 parent 3e44a2e commit d61929e

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

_data/ref/beta/dmGameObject.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -4751,14 +4751,13 @@
47514751
}
47524752
],
47534753
"info": {
4754-
"brief": "Game object property container",
4755-
"description": "API for game object property container",
4756-
"file": "dmsdk/gameobject/gameobject_props.h",
4757-
"group": "DEFOLD SDK",
4754+
"brief": "SDK Component API documentation",
4755+
"description": "<span class=\"file\"><dmsdk/gameobject/component.h></span>\nApi for manipulating game object components (WIP)",
4756+
"file": "",
47584757
"language": "",
4759-
"name": "PropertyContainer",
4758+
"name": "Component",
47604759
"namespace": "dmGameObject",
47614760
"notes": [],
4762-
"path": "engine/gameobject/src/dmsdk/gameobject/gameobject_props.h"
4761+
"path": ""
47634762
}
47644763
}

_data/ref/beta/dmGraphics.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2555,13 +2555,14 @@
25552555
}
25562556
],
25572557
"info": {
2558-
"brief": "Graphics API documentation",
2559-
"description": "<span class=\"file\"><dmsdk/graphics/graphics_webgpu.h></span>\nGraphics WebGPU API",
2560-
"file": "",
2558+
"brief": "SDK Graphics API documentation",
2559+
"description": "Platform specific native graphics functions.",
2560+
"file": "dmsdk/graphics/graphics_native.h",
2561+
"group": "DEFOLD SDK",
25612562
"language": "",
2562-
"name": "Graphics WebGPU",
2563+
"name": "Graphics",
25632564
"namespace": "dmGraphics",
25642565
"notes": [],
2565-
"path": ""
2566+
"path": "engine/dlib/src/dmsdk/graphics/graphics_native.h"
25662567
}
25672568
}

_data/ref/beta/dmMemory.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
}
102102
],
103103
"info": {
104-
"brief": "SDK Memory API documentation",
105-
"description": "Memory allocation functions",
106-
"file": "dmsdk/dlib/memory.h",
104+
"brief": "SDK Alloca API documentation",
105+
"description": "Alloca functions.",
106+
"file": "dmsdk/dlib/dalloca.h",
107107
"group": "DEFOLD SDK",
108108
"language": "",
109-
"name": "Memory",
109+
"name": "Alloca",
110110
"namespace": "dmMemory",
111111
"notes": [],
112-
"path": "engine/dlib/src/dmsdk/dlib/memory.h"
112+
"path": "engine/dlib/src/dmsdk/dlib/dalloca.h"
113113
}
114114
}

_data/ref/beta/dmScript.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2115,12 +2115,12 @@
21152115
"info": {
21162116
"brief": "SDK Script API documentation",
21172117
"description": "Built-in scripting functions.",
2118-
"file": "dmsdk/script/script.h",
2118+
"file": "dmsdk/gamesys/script.h",
21192119
"group": "DEFOLD SDK",
21202120
"language": "",
21212121
"name": "Script",
21222122
"namespace": "dmScript",
21232123
"notes": [],
2124-
"path": "engine/dlib/src/dmsdk/script/script.h"
2124+
"path": "engine/gamesys/src/dmsdk/gamesys/script.h"
21252125
}
21262126
}

_data/refindex.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"type": "c",
3232
"url": "/ref/alpha/dmMemory"
3333
},
34+
{
35+
"branch": "beta",
36+
"filename": "dmMemory",
37+
"name": "Alloca",
38+
"namespace": "dmMemory",
39+
"type": "c",
40+
"url": "/ref/beta/dmMemory"
41+
},
3442
{
3543
"branch": "stable",
3644
"filename": "dmMemory",
@@ -383,6 +391,14 @@
383391
"type": "c",
384392
"url": "/ref/alpha/dmGameObject"
385393
},
394+
{
395+
"branch": "beta",
396+
"filename": "dmGameObject",
397+
"name": "Component",
398+
"namespace": "dmGameObject",
399+
"type": "c",
400+
"url": "/ref/beta/dmGameObject"
401+
},
386402
{
387403
"branch": "alpha",
388404
"filename": "dmConditionVariable",
@@ -1387,14 +1403,6 @@
13871403
"type": "c",
13881404
"url": "/ref/stable/dmGameSystem"
13891405
},
1390-
{
1391-
"branch": "beta",
1392-
"filename": "dmGraphics",
1393-
"name": "Graphics WebGPU",
1394-
"namespace": "dmGraphics",
1395-
"type": "c",
1396-
"url": "/ref/beta/dmGraphics"
1397-
},
13981406
{
13991407
"branch": "alpha",
14001408
"filename": "graphics",
@@ -1419,6 +1427,14 @@
14191427
"type": "defold",
14201428
"url": "/ref/beta/graphics"
14211429
},
1430+
{
1431+
"branch": "beta",
1432+
"filename": "dmGraphics",
1433+
"name": "Graphics",
1434+
"namespace": "dmGraphics",
1435+
"type": "c",
1436+
"url": "/ref/beta/dmGraphics"
1437+
},
14221438
{
14231439
"branch": "stable",
14241440
"filename": "graphics",
@@ -1891,14 +1907,6 @@
18911907
"type": "lua",
18921908
"url": "/ref/stable/math"
18931909
},
1894-
{
1895-
"branch": "beta",
1896-
"filename": "dmMemory",
1897-
"name": "Memory",
1898-
"namespace": "dmMemory",
1899-
"type": "c",
1900-
"url": "/ref/beta/dmMemory"
1901-
},
19021910
{
19031911
"branch": "alpha",
19041912
"filename": "dmMessage",
@@ -2139,14 +2147,6 @@
21392147
"type": "c",
21402148
"url": "/ref/stable/dmProfile"
21412149
},
2142-
{
2143-
"branch": "beta",
2144-
"filename": "dmGameObject",
2145-
"name": "PropertyContainer",
2146-
"namespace": "dmGameObject",
2147-
"type": "c",
2148-
"url": "/ref/beta/dmGameObject"
2149-
},
21502150
{
21512151
"branch": "alpha",
21522152
"filename": "dmRender",

0 commit comments

Comments
 (0)