Adding documentation to RenderableGlobe and layers (closes #651)

Fix mars after detecting that identifiers were missing
This commit is contained in:
Alexander Bock
2019-07-30 17:48:43 +02:00
parent 0426367572
commit 566fe7f434
14 changed files with 264 additions and 4 deletions
-2
View File
@@ -94,8 +94,6 @@ template <>
std::string to_string(const openspace::documentation::TestResult::Offense::Reason& value)
{
switch (value) {
case openspace::documentation::TestResult::Offense::Reason::ExtraKey:
return "Extra key";
case openspace::documentation::TestResult::Offense::Reason::MissingKey:
return "Missing key";
case openspace::documentation::TestResult::Offense::Reason::UnknownIdentifier: