Skip to content

Commit 37f3de3

Browse files
committedMar 31, 2023
Fix doc warning
1 parent 1fb04ed commit 37f3de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/pal/feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ namespace pal
220220
* \param distance distance to offset label along curve by
221221
* \param labeledLineSegmentIsRightToLeft if TRUE label is reversed from lefttoright to righttoleft
222222
* \param applyAngleConstraints TRUE if label feature character angle constraints should be applied
223-
* \param uprightOnly TRUE if only upright label placement should be generated
223+
* \param flags curved text behavior flags
224224
* \returns calculated label position
225225
*/
226226
std::unique_ptr< LabelPosition > curvedPlacementAtOffset( PointSet *mapShape, const std::vector<double> &pathDistances,

0 commit comments

Comments
 (0)
Please sign in to comment.