More documentation work

This commit is contained in:
Alexander Bock
2017-07-25 23:44:09 -04:00
parent d95576077b
commit 53489b5302
8 changed files with 397 additions and 135 deletions

View File

@@ -86,7 +86,8 @@ std::vector<documentation::Documentation> SpaceModule::documentations() const {
RenderableStars::Documentation(),
SpiceRotation::Documentation(),
SpiceTranslation::Documentation(),
planetgeometry::PlanetGeometry::Documentation()
planetgeometry::PlanetGeometry::Documentation(),
planetgeometry::SimpleSphereGeometry::Documentation()
};
}