Adding DocumentationEngine

This commit is contained in:
Alexander Bock
2016-09-15 13:48:28 +02:00
parent 746a76e436
commit a354f13ef3
9 changed files with 45 additions and 2 deletions

View File

@@ -119,4 +119,10 @@ void BaseModule::internalInitialize() {
fModelGeometry->registerClass<modelgeometry::MultiModelGeometry>("MultiModelGeometry");
}
std::vector<Documentation> BaseModule::documentations() const {
return {
StaticScale::Documentation()
};
}
} // namespace openspace