Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing @cond
  • Loading branch information
m-kuhn committed Dec 24, 2018
1 parent de12688 commit 4b72941
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -222,12 +222,12 @@ QgsGeometryCheck::Flags QgsGeometryOverlapCheck::flags() const
return factoryFlags();
}

///@cond private
QString QgsGeometryOverlapCheck::factoryDescription()
{
return tr( "Overlap" );
}

///@cond private
QgsGeometryCheck::CheckType QgsGeometryOverlapCheck::factoryCheckType()
{
return QgsGeometryCheck::LayerCheck;
Expand Down

0 comments on commit 4b72941

Please sign in to comment.