This should finally pass code layout test

This commit is contained in:
Martin Dobias 2017-09-25 16:54:45 +02:00
parent 1eeb2ee111
commit e952f1a2ab
2 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,11 @@ class ChunkQueueJobFactory;
#include <QVector3D>
#include <QMatrix4x4>
//! Records some bits about the scene
/** \ingroup 3d
* Records some bits about the scene
* \since QGIS 3.0
*/
class SceneState
{
public:

View File

@ -10,7 +10,7 @@ class QgsReadWriteContext;
/**
* \inmodule qgis3d
* \inmodule 3d
* Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects.
*
* 3D symbol objects define appearance of GIS data.