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

View File

@@ -57,7 +57,6 @@ struct TestResult {
*/
enum class Reason {
MissingKey, ///< The offending key that was requested was not found
ExtraKey, ///< The exhaustive documentation contained an extra key
WrongType, ///< The key's value was not of the expected type
Verification, ///< The value did not pass a necessary non-type verifier
UnknownIdentifier ///< The identifier for a ReferencingVerifier did not exist