mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
merge + codegen doc return
This commit is contained in:
@@ -49,9 +49,6 @@
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "RenderableTimeVaryingVolume";
|
||||
} // namespace
|
||||
|
||||
namespace {
|
||||
|
||||
const char* KeyStepSize = "StepSize";
|
||||
const char* KeyGridType = "GridType";
|
||||
@@ -163,9 +160,7 @@ namespace {
|
||||
namespace openspace::volume {
|
||||
|
||||
documentation::Documentation RenderableTimeVaryingVolume::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "volume_renderable_timevaryingvolume";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("volume_renderable_timevaryingvolume");
|
||||
}
|
||||
|
||||
RenderableTimeVaryingVolume::RenderableTimeVaryingVolume(
|
||||
|
||||
Reference in New Issue
Block a user