Skip to content

Commit 3e44a2e

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

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

_data/ref/alpha/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/alpha/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/alpha/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/alpha/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
@@ -23,6 +23,14 @@
2323
"type": "c",
2424
"url": "/ref/stable/dmAlign"
2525
},
26+
{
27+
"branch": "alpha",
28+
"filename": "dmMemory",
29+
"name": "Alloca",
30+
"namespace": "dmMemory",
31+
"type": "c",
32+
"url": "/ref/alpha/dmMemory"
33+
},
2634
{
2735
"branch": "stable",
2836
"filename": "dmMemory",
@@ -367,6 +375,14 @@
367375
"type": "defold",
368376
"url": "/ref/stable/physics"
369377
},
378+
{
379+
"branch": "alpha",
380+
"filename": "dmGameObject",
381+
"name": "Component",
382+
"namespace": "dmGameObject",
383+
"type": "c",
384+
"url": "/ref/alpha/dmGameObject"
385+
},
370386
{
371387
"branch": "alpha",
372388
"filename": "dmConditionVariable",
@@ -1371,14 +1387,6 @@
13711387
"type": "c",
13721388
"url": "/ref/stable/dmGameSystem"
13731389
},
1374-
{
1375-
"branch": "alpha",
1376-
"filename": "dmGraphics",
1377-
"name": "Graphics WebGPU",
1378-
"namespace": "dmGraphics",
1379-
"type": "c",
1380-
"url": "/ref/alpha/dmGraphics"
1381-
},
13821390
{
13831391
"branch": "beta",
13841392
"filename": "dmGraphics",
@@ -1395,6 +1403,14 @@
13951403
"type": "defold",
13961404
"url": "/ref/alpha/graphics"
13971405
},
1406+
{
1407+
"branch": "alpha",
1408+
"filename": "dmGraphics",
1409+
"name": "Graphics",
1410+
"namespace": "dmGraphics",
1411+
"type": "c",
1412+
"url": "/ref/alpha/dmGraphics"
1413+
},
13981414
{
13991415
"branch": "beta",
14001416
"filename": "graphics",
@@ -1875,14 +1891,6 @@
18751891
"type": "lua",
18761892
"url": "/ref/stable/math"
18771893
},
1878-
{
1879-
"branch": "alpha",
1880-
"filename": "dmMemory",
1881-
"name": "Memory",
1882-
"namespace": "dmMemory",
1883-
"type": "c",
1884-
"url": "/ref/alpha/dmMemory"
1885-
},
18861894
{
18871895
"branch": "beta",
18881896
"filename": "dmMemory",
@@ -2131,14 +2139,6 @@
21312139
"type": "c",
21322140
"url": "/ref/stable/dmProfile"
21332141
},
2134-
{
2135-
"branch": "alpha",
2136-
"filename": "dmGameObject",
2137-
"name": "PropertyContainer",
2138-
"namespace": "dmGameObject",
2139-
"type": "c",
2140-
"url": "/ref/alpha/dmGameObject"
2141-
},
21422142
{
21432143
"branch": "beta",
21442144
"filename": "dmGameObject",

0 commit comments

Comments
 (0)