Remove generateJson function from the DocumentationGenerator and move sortJson function to json_helper

This commit is contained in:
Ylva Selling
2023-04-25 16:32:04 -04:00
parent b8b2867a20
commit 948fdd024b
15 changed files with 51 additions and 39 deletions

View File

@@ -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: