Skip to content

Commit 52f535f

Browse files
Site changes [skip-ci]
1 parent eb7cdf0 commit 52f535f

File tree

9 files changed

+74
-72
lines changed

9 files changed

+74
-72
lines changed

_data/ref/alpha/dmGameObject.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4759,13 +4759,14 @@
47594759
}
47604760
],
47614761
"info": {
4762-
"brief": "SDK GameObject script API documentation",
4763-
"description": "<span class=\"file\"><dmsdk/gameobject/script.h></span>",
4764-
"file": "",
4762+
"brief": "Game object property container",
4763+
"description": "API for game object property container",
4764+
"file": "dmsdk/gameobject/gameobject_props.h",
4765+
"group": "DEFOLD SDK",
47654766
"language": "",
4766-
"name": "Script",
4767+
"name": "PropertyContainer",
47674768
"namespace": "dmGameObject",
47684769
"notes": [],
4769-
"path": ""
4770+
"path": "engine/gameobject/src/dmsdk/gameobject/gameobject_props.h"
47704771
}
47714772
}

_data/ref/alpha/dmGraphics.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,21 +1258,6 @@
12581258
"tparams": [],
12591259
"type": "TYPEDEF"
12601260
},
1261-
{
1262-
"brief": "Storage buffer handle",
1263-
"description": "Storage buffer handle",
1264-
"error": "",
1265-
"examples": "",
1266-
"language": "",
1267-
"members": [],
1268-
"name": "HStorageBuffer",
1269-
"notes": [],
1270-
"parameters": [],
1271-
"replaces": "",
1272-
"returnvalues": [],
1273-
"tparams": [],
1274-
"type": "TYPEDEF"
1275-
},
12761261
{
12771262
"brief": "Create a new storage buffer",
12781263
"description": "Create a new storage buffer",
@@ -1311,6 +1296,21 @@
13111296
"tparams": [],
13121297
"type": "FUNCTION"
13131298
},
1299+
{
1300+
"brief": "Storage buffer handle",
1301+
"description": "Storage buffer handle",
1302+
"error": "",
1303+
"examples": "",
1304+
"language": "",
1305+
"members": [],
1306+
"name": "HStorageBuffer",
1307+
"notes": [],
1308+
"parameters": [],
1309+
"replaces": "",
1310+
"returnvalues": [],
1311+
"tparams": [],
1312+
"type": "TYPEDEF"
1313+
},
13141314
{
13151315
"brief": "Texture handle",
13161316
"description": "Texture handle",
@@ -1428,8 +1428,8 @@
14281428
"type": "ENUM"
14291429
},
14301430
{
1431-
"brief": "Invalid stream offset",
1432-
"description": "Invalid stream offset",
1431+
"brief": "Max subpasses",
1432+
"description": "Max subpasses",
14331433
"error": "",
14341434
"examples": "",
14351435
"language": "",
@@ -1443,8 +1443,8 @@
14431443
"type": "FUNCTION"
14441444
},
14451445
{
1446-
"brief": "Max subpasses",
1447-
"description": "Max subpasses",
1446+
"brief": "Invalid stream offset",
1447+
"description": "Invalid stream offset",
14481448
"error": "",
14491449
"examples": "",
14501450
"language": "",
@@ -3400,10 +3400,10 @@
34003400
],
34013401
"info": {
34023402
"brief": "Graphics API documentation",
3403-
"description": "<span class=\"file\"><dmsdk/graphics/graphics_vulkan.h></span>\nGraphics Vulkan API",
3403+
"description": "<span class=\"file\"><dmsdk/graphics/graphics.h></span>\nGraphics API",
34043404
"file": "",
34053405
"language": "",
3406-
"name": "Graphics Vulkan",
3406+
"name": "Graphics",
34073407
"namespace": "dmGraphics",
34083408
"notes": [],
34093409
"path": ""

_data/ref/alpha/dmMemory.json

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

_data/ref/alpha/dmScript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,12 +2035,12 @@
20352035
"info": {
20362036
"brief": "SDK Script API documentation",
20372037
"description": "Built-in scripting functions.",
2038-
"file": "dmsdk/gamesys/script.h",
2038+
"file": "dmsdk/script/script.h",
20392039
"group": "DEFOLD SDK",
20402040
"language": "",
20412041
"name": "Script",
20422042
"namespace": "dmScript",
20432043
"notes": [],
2044-
"path": "engine/gamesys/src/dmsdk/gamesys/script.h"
2044+
"path": "engine/dlib/src/dmsdk/script/script.h"
20452045
}
20462046
}

_data/ref/beta/dmGameObject.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4759,13 +4759,14 @@
47594759
}
47604760
],
47614761
"info": {
4762-
"brief": "SDK GameObject script API documentation",
4763-
"description": "<span class=\"file\"><dmsdk/gameobject/script.h></span>",
4764-
"file": "",
4762+
"brief": "Game object property container",
4763+
"description": "API for game object property container",
4764+
"file": "dmsdk/gameobject/gameobject_props.h",
4765+
"group": "DEFOLD SDK",
47654766
"language": "",
4766-
"name": "Script",
4767+
"name": "PropertyContainer",
47674768
"namespace": "dmGameObject",
47684769
"notes": [],
4769-
"path": ""
4770+
"path": "engine/gameobject/src/dmsdk/gameobject/gameobject_props.h"
47704771
}
47714772
}

_data/ref/beta/dmGraphics.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,21 +1258,6 @@
12581258
"tparams": [],
12591259
"type": "TYPEDEF"
12601260
},
1261-
{
1262-
"brief": "Storage buffer handle",
1263-
"description": "Storage buffer handle",
1264-
"error": "",
1265-
"examples": "",
1266-
"language": "",
1267-
"members": [],
1268-
"name": "HStorageBuffer",
1269-
"notes": [],
1270-
"parameters": [],
1271-
"replaces": "",
1272-
"returnvalues": [],
1273-
"tparams": [],
1274-
"type": "TYPEDEF"
1275-
},
12761261
{
12771262
"brief": "Create a new storage buffer",
12781263
"description": "Create a new storage buffer",
@@ -1311,6 +1296,21 @@
13111296
"tparams": [],
13121297
"type": "FUNCTION"
13131298
},
1299+
{
1300+
"brief": "Storage buffer handle",
1301+
"description": "Storage buffer handle",
1302+
"error": "",
1303+
"examples": "",
1304+
"language": "",
1305+
"members": [],
1306+
"name": "HStorageBuffer",
1307+
"notes": [],
1308+
"parameters": [],
1309+
"replaces": "",
1310+
"returnvalues": [],
1311+
"tparams": [],
1312+
"type": "TYPEDEF"
1313+
},
13141314
{
13151315
"brief": "Texture handle",
13161316
"description": "Texture handle",
@@ -1428,8 +1428,8 @@
14281428
"type": "ENUM"
14291429
},
14301430
{
1431-
"brief": "Invalid stream offset",
1432-
"description": "Invalid stream offset",
1431+
"brief": "Max subpasses",
1432+
"description": "Max subpasses",
14331433
"error": "",
14341434
"examples": "",
14351435
"language": "",
@@ -1443,8 +1443,8 @@
14431443
"type": "FUNCTION"
14441444
},
14451445
{
1446-
"brief": "Max subpasses",
1447-
"description": "Max subpasses",
1446+
"brief": "Invalid stream offset",
1447+
"description": "Invalid stream offset",
14481448
"error": "",
14491449
"examples": "",
14501450
"language": "",
@@ -3400,10 +3400,10 @@
34003400
],
34013401
"info": {
34023402
"brief": "Graphics API documentation",
3403-
"description": "<span class=\"file\"><dmsdk/graphics/graphics_vulkan.h></span>\nGraphics Vulkan API",
3403+
"description": "<span class=\"file\"><dmsdk/graphics/graphics.h></span>\nGraphics API",
34043404
"file": "",
34053405
"language": "",
3406-
"name": "Graphics Vulkan",
3406+
"name": "Graphics",
34073407
"namespace": "dmGraphics",
34083408
"notes": [],
34093409
"path": ""

_data/ref/beta/dmMemory.json

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

_data/ref/beta/dmScript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,12 +2035,12 @@
20352035
"info": {
20362036
"brief": "SDK Script API documentation",
20372037
"description": "Built-in scripting functions.",
2038-
"file": "dmsdk/gamesys/script.h",
2038+
"file": "dmsdk/script/script.h",
20392039
"group": "DEFOLD SDK",
20402040
"language": "",
20412041
"name": "Script",
20422042
"namespace": "dmScript",
20432043
"notes": [],
2044-
"path": "engine/gamesys/src/dmsdk/gamesys/script.h"
2044+
"path": "engine/dlib/src/dmsdk/script/script.h"
20452045
}
20462046
}

_data/refindex.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
{
307307
"branch": "alpha",
308308
"filename": "dmGraphics",
309-
"name": "Graphics Vulkan",
309+
"name": "Graphics",
310310
"namespace": "dmGraphics",
311311
"type": "c",
312312
"url": "/ref/alpha/dmGraphics"
@@ -426,7 +426,7 @@
426426
{
427427
"branch": "alpha",
428428
"filename": "dmMemory",
429-
"name": "Alloca",
429+
"name": "Memory",
430430
"namespace": "dmMemory",
431431
"type": "c",
432432
"url": "/ref/alpha/dmMemory"
@@ -442,7 +442,7 @@
442442
{
443443
"branch": "alpha",
444444
"filename": "dmGameObject",
445-
"name": "Script",
445+
"name": "PropertyContainer",
446446
"namespace": "dmGameObject",
447447
"type": "c",
448448
"url": "/ref/alpha/dmGameObject"
@@ -1201,7 +1201,7 @@
12011201
{
12021202
"branch": "beta",
12031203
"filename": "dmGraphics",
1204-
"name": "Graphics Vulkan",
1204+
"name": "Graphics",
12051205
"namespace": "dmGraphics",
12061206
"type": "c",
12071207
"url": "/ref/beta/dmGraphics"
@@ -1321,7 +1321,7 @@
13211321
{
13221322
"branch": "beta",
13231323
"filename": "dmMemory",
1324-
"name": "Alloca",
1324+
"name": "Memory",
13251325
"namespace": "dmMemory",
13261326
"type": "c",
13271327
"url": "/ref/beta/dmMemory"
@@ -1337,7 +1337,7 @@
13371337
{
13381338
"branch": "beta",
13391339
"filename": "dmGameObject",
1340-
"name": "Script",
1340+
"name": "PropertyContainer",
13411341
"namespace": "dmGameObject",
13421342
"type": "c",
13431343
"url": "/ref/beta/dmGameObject"

0 commit comments

Comments
 (0)