mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
- Remove documentation.h include and replace with forward declaration
- Move Documentation struct into documentation namespace
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <modules/space/rendering/planetgeometry.h>
|
||||
|
||||
#include <openspace/documentation/documentation.h>
|
||||
#include <openspace/documentation/verifier.h>
|
||||
#include <openspace/engine/openspaceengine.h>
|
||||
#include <openspace/rendering/renderengine.h>
|
||||
@@ -66,7 +67,7 @@ namespace {
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Documentation RenderablePlanetProjection::Documentation() {
|
||||
documentation::Documentation RenderablePlanetProjection::Documentation() {
|
||||
using namespace openspace::documentation;
|
||||
return {
|
||||
"Renderable Planet Projection",
|
||||
|
||||
Reference in New Issue
Block a user