Skip to content

Commit

Permalink
Tame doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 23, 2018
1 parent b87798c commit de12688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -146,7 +146,7 @@ class ANALYSIS_EXPORT QgsGeometryCheckerUtils
/**
* Creates a new iterator.
*/
iterator( const QList<QString>::const_iterator &layerIt, const LayerFeatures *parent );
iterator( const QStringList::const_iterator &layerIt, const LayerFeatures *parent );

/**
* Copies the iterator \a rh.
Expand Down
Expand Up @@ -205,12 +205,12 @@ QgsGeometryCheck::CheckType QgsGeometryMissingVertexCheck::checkType() const
return factoryCheckType();
}

///@cond private
QList<QgsWkbTypes::GeometryType> QgsGeometryMissingVertexCheck::factoryCompatibleGeometryTypes()
{
return {QgsWkbTypes::PolygonGeometry};
}

///@cond private
bool QgsGeometryMissingVertexCheck::factoryIsCompatible( QgsVectorLayer *layer ) SIP_SKIP
{
return factoryCompatibleGeometryTypes().contains( layer->geometryType() );
Expand Down

0 comments on commit de12688

Please sign in to comment.