mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add method to automatically test a dictionary and throw on error
This commit is contained in:
@@ -73,6 +73,8 @@ struct Documentation {
|
||||
|
||||
|
||||
TestResult testSpecification(const Documentation& d, const ghoul::Dictionary& dictionary);
|
||||
void testSpecificationAndThrow(const Documentation& doc,
|
||||
const ghoul::Dictionary& dictionary, std::string component);
|
||||
|
||||
std::string generateDocumentation(const Documentation& d);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user