Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark private dox as private
  • Loading branch information
nyalldawson committed Feb 19, 2019
1 parent 362ba02 commit 6737480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/qgsspatialindex.cpp
Expand Up @@ -87,6 +87,7 @@ class QgsSpatialIndexCopyVisitor : public SpatialIndex::IVisitor
SpatialIndex::ISpatialIndex *mNewIndex = nullptr;
};

///@cond PRIVATE
class QgsNearestNeighbourComparator : public INearestNeighborComparator
{
public:
Expand Down Expand Up @@ -188,7 +189,7 @@ class QgsFeatureIteratorDataStream : public IDataStream

/**
* \ingroup core
* \class QgsSpatialIndexData
* \class QgsSpatialIndexData
* \brief Data of spatial index that may be implicitly shared
* \note not available in Python bindings
*/
Expand Down Expand Up @@ -280,6 +281,8 @@ class QgsSpatialIndexData : public QSharedData

};

///@endcond

// -------------------------------------------------------------------------


Expand Down

0 comments on commit 6737480

Please sign in to comment.