mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add missing base class documentation for constellations renderables
This commit is contained in:
@@ -73,7 +73,10 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation RenderableConstellationBounds::Documentation() {
|
||||
return codegen::doc<Parameters>("space_renderable_constellationbounds");
|
||||
return codegen::doc<Parameters>(
|
||||
"space_renderable_constellationbounds",
|
||||
RenderableConstellationsBase::Documentation()
|
||||
);
|
||||
}
|
||||
|
||||
RenderableConstellationBounds::RenderableConstellationBounds(
|
||||
|
||||
Reference in New Issue
Block a user