Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 18, 2018
1 parent 2ab1e02 commit b59e158
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/core/pal/pal.h
Expand Up @@ -265,17 +265,12 @@ namespace pal
void *fnIsCanceledContext = nullptr;

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


/**
* \brief Choose the size of popmusic subpart's
* \param r subpart size
Expand Down

0 comments on commit b59e158

Please sign in to comment.