mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Add documentation to Ephemeris classes
Remove unused "Reference" specification from mod files Add osirisrex files to gitgnore Make Ephemeris values into properties
This commit is contained in:
@@ -285,4 +285,13 @@ using documentation::Documentation;
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
// Make the overload for std::to_string available for the Offense::Reason for easier
|
||||
// error logging
|
||||
|
||||
namespace std {
|
||||
|
||||
std::string to_string(openspace::documentation::TestResult::Offense::Reason reason);
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // __DOCUMENTATION_H__
|
||||
|
||||
Reference in New Issue
Block a user