Skip to content

Commit

Permalink
Fix dox warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Dec 14, 2022
1 parent 4febb32 commit 15abe17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/labeling/qgslabelingengine.cpp
Expand Up @@ -37,6 +37,8 @@ static bool _palIsCanceled( void *ctx )
return ( reinterpret_cast< QgsRenderContext * >( ctx ) )->renderingStopped();
}

///@cond PRIVATE

/**
* \ingroup core
* \class QgsLabelSorter
Expand Down Expand Up @@ -73,6 +75,8 @@ class QgsLabelSorter
const QStringList mLayerRenderingOrderIds;
};

///@endcond

//
// QgsLabelingEngine
//
Expand Down

0 comments on commit 15abe17

Please sign in to comment.