mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-11 22:20:23 -06:00
Merge remote-tracking branch 'origin/master' into feature/documentation-overhaul
# Conflicts: # src/scripting/scriptengine.cpp
This commit is contained in:
@@ -106,9 +106,9 @@ namespace {
|
||||
argument["Name"] = arg.name;
|
||||
argument["Type"] = arg.type;
|
||||
argument["Default Value"] = arg.defaultValue.value_or("");
|
||||
|
||||
function["Arguments"].push_back(argument);
|
||||
}
|
||||
|
||||
function["Return Type"] = f.returnType;
|
||||
function["Help"] = f.helpText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user