mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
merge + codegen doc return
This commit is contained in:
@@ -407,9 +407,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation RenderableFluxNodes::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "base_renderable_flux_nodes";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("base_renderable_flux_nodes");
|
||||
}
|
||||
|
||||
using namespace properties;
|
||||
|
||||
Reference in New Issue
Block a user