Documentation updates (closes #1846)

* Add some missing renderables
* Tiny refactor of documentation identifiers and log category keys
This commit is contained in:
Emma Broman
2022-01-20 09:16:05 +01:00
parent 26f5ce4c78
commit c2755b8633
14 changed files with 36 additions and 12 deletions
@@ -196,7 +196,7 @@ namespace {
namespace openspace {
documentation::Documentation RenderableFov::Documentation() {
return codegen::doc<Parameters>("newhorizons_renderable_fieldofview");
return codegen::doc<Parameters>("spacecraftinstruments_renderablefieldofview");
}
RenderableFov::RenderableFov(const ghoul::Dictionary& dictionary)