Skip to content

Commit 9e1727f

Browse files
Site changes [skip-ci]
1 parent 36c66b1 commit 9e1727f

File tree

6 files changed

+83700
-83701
lines changed

6 files changed

+83700
-83701
lines changed

_data/ref/alpha/dmGameObject.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4759,14 +4759,13 @@
47594759
}
47604760
],
47614761
"info": {
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",
4762+
"brief": "SDK GameObject script API documentation",
4763+
"description": "<span class=\"file\"><dmsdk/gameobject/script.h></span>",
4764+
"file": "",
47664765
"language": "",
4767-
"name": "PropertyContainer",
4766+
"name": "Script",
47684767
"namespace": "dmGameObject",
47694768
"notes": [],
4770-
"path": "engine/gameobject/src/dmsdk/gameobject/gameobject_props.h"
4769+
"path": ""
47714770
}
47724771
}

_data/ref/alpha/dmGraphics.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,21 @@
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+
},
12611276
{
12621277
"brief": "Create a new storage buffer",
12631278
"description": "Create a new storage buffer",
@@ -1296,21 +1311,6 @@
12961311
"tparams": [],
12971312
"type": "FUNCTION"
12981313
},
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": "Max subpasses",
1432-
"description": "Max subpasses",
1431+
"brief": "Invalid stream offset",
1432+
"description": "Invalid stream offset",
14331433
"error": "",
14341434
"examples": "",
14351435
"language": "",
@@ -1443,8 +1443,8 @@
14431443
"type": "FUNCTION"
14441444
},
14451445
{
1446-
"brief": "Invalid stream offset",
1447-
"description": "Invalid stream offset",
1446+
"brief": "Max subpasses",
1447+
"description": "Max subpasses",
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.h></span>\nGraphics API",
3403+
"description": "<span class=\"file\"><dmsdk/graphics/graphics_vulkan.h></span>\nGraphics Vulkan API",
34043404
"file": "",
34053405
"language": "",
3406-
"name": "Graphics",
3406+
"name": "Graphics Vulkan",
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 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

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/script/script.h",
2038+
"file": "dmsdk/gamesys/script.h",
20392039
"group": "DEFOLD SDK",
20402040
"language": "",
20412041
"name": "Script",
20422042
"namespace": "dmScript",
20432043
"notes": [],
2044-
"path": "engine/dlib/src/dmsdk/script/script.h"
2044+
"path": "engine/gamesys/src/dmsdk/gamesys/script.h"
20452045
}
20462046
}

0 commit comments

Comments
 (0)