mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user