We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362ba02 commit 6737480Copy full SHA for 6737480
src/core/qgsspatialindex.cpp
@@ -87,6 +87,7 @@ class QgsSpatialIndexCopyVisitor : public SpatialIndex::IVisitor
87
SpatialIndex::ISpatialIndex *mNewIndex = nullptr;
88
};
89
90
+///@cond PRIVATE
91
class QgsNearestNeighbourComparator : public INearestNeighborComparator
92
{
93
public:
@@ -188,7 +189,7 @@ class QgsFeatureIteratorDataStream : public IDataStream
188
189
190
/**
191
* \ingroup core
- * \class QgsSpatialIndexData
192
+ * \class QgsSpatialIndexData
193
* \brief Data of spatial index that may be implicitly shared
194
* \note not available in Python bindings
195
*/
@@ -280,6 +281,8 @@ class QgsSpatialIndexData : public QSharedData
280
281
282
283
284
+///@endcond
285
+
286
// -------------------------------------------------------------------------
287
288
0 commit comments