Skip to content

Commit

Permalink
Fix doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 31, 2023
1 parent 1fb04ed commit 37f3de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pal/feature.h
Expand Up @@ -220,7 +220,7 @@ namespace pal
* \param distance distance to offset label along curve by
* \param labeledLineSegmentIsRightToLeft if TRUE label is reversed from lefttoright to righttoleft
* \param applyAngleConstraints TRUE if label feature character angle constraints should be applied
* \param uprightOnly TRUE if only upright label placement should be generated
* \param flags curved text behavior flags
* \returns calculated label position
*/
std::unique_ptr< LabelPosition > curvedPlacementAtOffset( PointSet *mapShape, const std::vector<double> &pathDistances,
Expand Down

0 comments on commit 37f3de3

Please sign in to comment.