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:
Alexander Bock
2016-09-20 19:24:14 +02:00
parent 329986c0c6
commit 428f488bb6
81 changed files with 307 additions and 827 deletions

View File

@@ -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__