Skip to content

Commit 6737480

Browse files
committed
Mark private dox as private
1 parent 362ba02 commit 6737480

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/qgsspatialindex.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class QgsSpatialIndexCopyVisitor : public SpatialIndex::IVisitor
8787
SpatialIndex::ISpatialIndex *mNewIndex = nullptr;
8888
};
8989

90+
///@cond PRIVATE
9091
class QgsNearestNeighbourComparator : public INearestNeighborComparator
9192
{
9293
public:
@@ -188,7 +189,7 @@ class QgsFeatureIteratorDataStream : public IDataStream
188189

189190
/**
190191
* \ingroup core
191-
* \class QgsSpatialIndexData
192+
* \class QgsSpatialIndexData
192193
* \brief Data of spatial index that may be implicitly shared
193194
* \note not available in Python bindings
194195
*/
@@ -280,6 +281,8 @@ class QgsSpatialIndexData : public QSharedData
280281

281282
};
282283

284+
///@endcond
285+
283286
// -------------------------------------------------------------------------
284287

285288

0 commit comments

Comments
 (0)