Encapsulate identifier, guiName, and description into a PropertyInfo struct

This commit is contained in:
Alexander Bock
2017-07-22 17:36:03 -04:00
parent b584f0197e
commit 04bac9293b
76 changed files with 422 additions and 539 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ documentation::Documentation SpiceRotation::Documentation() {
}
SpiceRotation::SpiceRotation(const ghoul::Dictionary& dictionary)
: _sourceFrame("source", "Source", "")
, _destinationFrame("destination", "Destination", "")
: _sourceFrame({ "source", "Source", "" }) // @TODO Missing documentation
, _destinationFrame({ "destination", "Destination", "" }) // @TODO Missing documentation
{
documentation::testSpecificationAndThrow(
Documentation(),