Harmonize various documentation identifiers

This commit is contained in:
Alexander Bock
2025-02-05 22:03:55 +01:00
parent fc0e3959ac
commit a8949ec2b5
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ std::string to_string(const openspace::documentation::TestResult::Offense::Reaso
case openspace::documentation::TestResult::Offense::Reason::MissingKey:
return "Missing key";
case openspace::documentation::TestResult::Offense::Reason::UnknownIdentifier:
return "Unknown identifier";
return "Unknown documentation identifier";
case openspace::documentation::TestResult::Offense::Reason::Verification:
return "Verification failed";
case openspace::documentation::TestResult::Offense::Reason::WrongType: