mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-24 22:09:10 -06:00
Remove generateJson function from the DocumentationGenerator and move sortJson function to json_helper
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
|
||||
std::vector<std::string> allLuaFunctions() const;
|
||||
|
||||
std::string generateJson() const override;
|
||||
std::string generateJson() const;
|
||||
nlohmann::json generateJsonJson() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user