Skip to content

Commit

Permalink
fix doc check
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Oct 26, 2020
1 parent 8d12772 commit 77de8a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/3d/chunks/qgschunkloader_p.cpp
Expand Up @@ -17,7 +17,7 @@

#include "qgschunknode_p.h"
#include <QVector>

///@cond PRIVATE

QgsQuadtreeChunkLoaderFactory::QgsQuadtreeChunkLoaderFactory() = default;

Expand Down Expand Up @@ -64,3 +64,5 @@ QVector<QgsChunkNode *> QgsQuadtreeChunkLoaderFactory::createChildren( QgsChunkN
}
return children;
}

/// @endcond

0 comments on commit 77de8a3

Please sign in to comment.