mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-07 03:59:31 -06:00
Make documentation file use camelCase for the keys
This commit is contained in:
@@ -1056,8 +1056,9 @@ void OpenSpaceEngine::writeDocumentation() {
|
||||
nlohmann::json sceneProperties = settings.get();
|
||||
nlohmann::json sceneGraph = scene.get();
|
||||
|
||||
sceneProperties["data"] = "Settings";
|
||||
sceneProperties["name"] = "Settings";
|
||||
sceneGraph["name"] = "Scene";
|
||||
scripting["name"] = "Scripting API";
|
||||
|
||||
nlohmann::json documentation = {
|
||||
sceneGraph, sceneProperties, keybindings, license, scripting, factory
|
||||
|
||||
Reference in New Issue
Block a user