Skip to content

Commit

Permalink
This should finally pass code layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 25, 2017
1 parent 1eeb2ee commit e952f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/3d/chunks/chunkedentity.h
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/3d/symbols/qgsabstract3dsymbol.h
Expand Up @@ -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.
Expand Down

0 comments on commit e952f1a

Please sign in to comment.