Have the documentation print out more information if an error occurs

Add other scene files (commented out) to the openspace.cfg
This commit is contained in:
Alexander Bock
2017-12-25 09:10:22 +01:00
parent d749c43a54
commit 1079d67c9a
4 changed files with 48 additions and 4 deletions

View File

@@ -294,7 +294,11 @@ void testSpecificationAndThrow(const Documentation& documentation,
namespace std {
std::string to_string(openspace::documentation::TestResult testResult);
std::string to_string(openspace::documentation::TestResult::Offense offense);
std::string to_string(openspace::documentation::TestResult::Offense::Reason reason);
std::string to_string(openspace::documentation::TestResult::Warning warning);
std::string to_string(openspace::documentation::TestResult::Warning::Reason reason);
} // namespace std