Automatically register core classes on first access to DocumentationEngine

This commit is contained in:
Alexander Bock
2017-03-06 15:06:54 -05:00
parent c93af1fcfc
commit bb4fca593b
3 changed files with 10 additions and 4 deletions

View File

@@ -92,6 +92,8 @@ public:
private:
/// The list of all Documentation%s that are stored by the DocumentationEngine
std::vector<Documentation> _documentations;
static DocumentationEngine* _instance;
};
} // namespace documentation