Move property owner json documentation to documentation engine

This commit is contained in:
Ylva Selling
2024-02-23 16:44:49 +01:00
parent 126c62dc3a
commit 74f4e27f43
3 changed files with 68 additions and 63 deletions

View File

@@ -91,6 +91,8 @@ public:
nlohmann::json generateScriptEngineJson() const;
nlohmann::json generateFactoryManagerJson() const;
nlohmann::json generateKeybindingsJson() const;
nlohmann::json generatePropertyOwnerJson(properties::PropertyOwner* owner) const;
private:
/// The list of all Documentation%s that are stored by the DocumentationEngine
std::vector<Documentation> _documentations;