Skip to content

Commit e952f1a

Browse files
committed
This should finally pass code layout test
1 parent 1eeb2ee commit e952f1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/3d/chunks/chunkedentity.h

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ class ChunkQueueJobFactory;
1313

1414
#include <QVector3D>
1515
#include <QMatrix4x4>
16-
//! Records some bits about the scene
16+
17+
/** \ingroup 3d
18+
* Records some bits about the scene
19+
* \since QGIS 3.0
20+
*/
1721
class SceneState
1822
{
1923
public:

src/3d/symbols/qgsabstract3dsymbol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class QgsReadWriteContext;
1010

1111

1212
/**
13-
* \inmodule qgis3d
13+
* \inmodule 3d
1414
* Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects.
1515
*
1616
* 3D symbol objects define appearance of GIS data.

0 commit comments

Comments
 (0)