mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 02:48:32 -06:00
Correctly expose missing documentation from a bunch of classes (closes #1856)
This commit is contained in:
@@ -50,7 +50,9 @@ void GalaxyModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
|
||||
std::vector<documentation::Documentation> GalaxyModule::documentations() const {
|
||||
return {
|
||||
RenderableGalaxy::Documentation()
|
||||
RenderableGalaxy::Documentation(),
|
||||
MilkywayConversionTask::Documentation(),
|
||||
MilkywayPointsConversionTask::Documentation()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user