Skip to content

Commit 4b72941

Browse files
committed
Missing @cond
1 parent de12688 commit 4b72941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/vector/geometry_checker/qgsgeometryoverlapcheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ QgsGeometryCheck::Flags QgsGeometryOverlapCheck::flags() const
222222
return factoryFlags();
223223
}
224224

225+
///@cond private
225226
QString QgsGeometryOverlapCheck::factoryDescription()
226227
{
227228
return tr( "Overlap" );
228229
}
229230

230-
///@cond private
231231
QgsGeometryCheck::CheckType QgsGeometryOverlapCheck::factoryCheckType()
232232
{
233233
return QgsGeometryCheck::LayerCheck;

0 commit comments

Comments
 (0)