We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeb2ee commit e952f1aCopy full SHA for e952f1a
src/3d/chunks/chunkedentity.h
@@ -13,7 +13,11 @@ class ChunkQueueJobFactory;
13
14
#include <QVector3D>
15
#include <QMatrix4x4>
16
-//! Records some bits about the scene
+
17
+/** \ingroup 3d
18
+ * Records some bits about the scene
19
+ * \since QGIS 3.0
20
+ */
21
class SceneState
22
{
23
public:
src/3d/symbols/qgsabstract3dsymbol.h
@@ -10,7 +10,7 @@ class QgsReadWriteContext;
10
11
12
/**
- * \inmodule qgis3d
+ * \inmodule 3d
* Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects.
*
* 3D symbol objects define appearance of GIS data.
0 commit comments