merge + codegen doc return

This commit is contained in:
ElonOlsson
2021-05-26 11:00:50 -04:00
340 changed files with 5907 additions and 6890 deletions
@@ -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;