Skip to content

Commit de12688

Browse files
committed
Tame doxygen
1 parent b87798c commit de12688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class ANALYSIS_EXPORT QgsGeometryCheckerUtils
146146
/**
147147
* Creates a new iterator.
148148
*/
149-
iterator( const QList<QString>::const_iterator &layerIt, const LayerFeatures *parent );
149+
iterator( const QStringList::const_iterator &layerIt, const LayerFeatures *parent );
150150

151151
/**
152152
* Copies the iterator \a rh.

src/analysis/vector/geometry_checker/qgsgeometrymissingvertexcheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ QgsGeometryCheck::CheckType QgsGeometryMissingVertexCheck::checkType() const
205205
return factoryCheckType();
206206
}
207207

208+
///@cond private
208209
QList<QgsWkbTypes::GeometryType> QgsGeometryMissingVertexCheck::factoryCompatibleGeometryTypes()
209210
{
210211
return {QgsWkbTypes::PolygonGeometry};
211212
}
212213

213-
///@cond private
214214
bool QgsGeometryMissingVertexCheck::factoryIsCompatible( QgsVectorLayer *layer ) SIP_SKIP
215215
{
216216
return factoryCompatibleGeometryTypes().contains( layer->geometryType() );

0 commit comments

Comments
 (0)