Skip to content

Commit b59e158

Browse files
committedJan 18, 2018
Fix doxygen warning
1 parent 2ab1e02 commit b59e158

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎src/core/pal/pal.h

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,12 @@ namespace pal
265265
void *fnIsCanceledContext = nullptr;
266266

267267
/**
268-
* \brief Problem factory
269-
* Extract features to label and generates candidates for them,
270-
* respects to a bounding box
271-
* \param lambda_min xMin bounding-box
272-
* \param phi_min yMin bounding-box
273-
* \param lambda_max xMax bounding-box
274-
* \param phi_max yMax bounding-box
268+
* Creates a Problem, by extracting labels and generating candidates from the given \a extent.
269+
* The \a mapBoundary geometry specifies the actual visible region of the map, and is used
270+
* for pruning candidates which fall outside the visible region.
275271
*/
276272
std::unique_ptr< Problem > extract( const QgsRectangle &extent, const QgsGeometry &mapBoundary );
277273

278-
279274
/**
280275
* \brief Choose the size of popmusic subpart's
281276
* \param r subpart size

0 commit comments

Comments
 (0)
Please sign in to comment.