@@ -132,7 +132,7 @@ namespace fastuidraw
132132 /* !
133133 * Sets the composite shader.
134134 * \param h composite shader to use for compositing.
135- * \param packed_composite_mode 3D API blend mode
135+ * \param blend_mode 3D API blend mode
136136 */
137137 void
138138 composite_shader (const reference_counted_ptr<PainterCompositeShader> &h,
@@ -572,7 +572,7 @@ namespace fastuidraw
572572 * Calls FilledPath::select_subsets() passing arguments derived from the
573573 * current state of the Painter.
574574 * \param path \ref FilledPath from which to compute subset selection
575- * \param[out] dst location to which to write the \ref Subset ID values
575+ * \param[out] dst location to which to write the FilledPath:: Subset ID values
576576 * \returns the number of Subset object ID's written to dst, that
577577 * number is guaranteed to be no more than FilledPath::number_subsets().
578578 */
@@ -588,7 +588,7 @@ namespace fastuidraw
588588 * \param item_space_additional_room amount additional slack in -local coordinate-
589589 * in selecting subsets from the StrokedPath
590590 * geometry data
591- * \param[out] dst location to which to write the \ref Subset ID values
591+ * \param[out] dst location to which to write the StrokedPath:: Subset ID values
592592 * \returns the number of Subset object ID's written to dst, that
593593 * number is guaranteed to be no more than StrokedPath::number_subsets().
594594 */
@@ -608,8 +608,8 @@ namespace fastuidraw
608608 * in selecting subsets from the StrokedPath
609609 * geometry data
610610 * \param include_closing_edges if true, include the joins of the closing edges
611- * \param select_joins_for_miter_style if true join selection reflects those joins
612- * that would be visible if drawn as miter-joins.
611+ * \param take_all_joins if true, filtering of joins is not performed, i.e. all
612+ * joins of the \ref StrokedCapsJoins are selected
613613 * \param[out] dst location to which to write what chunks
614614 */
615615 void
@@ -625,8 +625,8 @@ namespace fastuidraw
625625 * \param shader shader with which to stroke the attribute data
626626 * \param draw data for how to draw
627627 * \param path StrokedPath to stroke
628- * \param rounded_thresh value to feed to \ref StrokedPath ::rounded_joins()
629- * and/or \ref StrokedPath ::rounded_caps() if rounded
628+ * \param rounded_thresh value to feed to StrokedCapsJoins ::rounded_joins()
629+ * and/or StrokedCapsJoins ::rounded_caps() if rounded
630630 * joins and/or rounded caps are requested
631631 * \param stroke_style how to stroke the path
632632 * \param anti_alias_quality specifies the shader based anti-alias
@@ -674,8 +674,8 @@ namespace fastuidraw
674674 * \param shader shader with which to draw
675675 * \param draw data for how to draw
676676 * \param path StrokedPath to stroke
677- * \param rounded_thresh value to feed to \ref StrokedPath ::rounded_joins()
678- * and/or \ref StrokedPath ::rounded_caps() if rounded
677+ * \param rounded_thresh value to feed to StrokedCapsJoins ::rounded_joins()
678+ * and/or StrokedCapsJoins ::rounded_caps() if rounded
679679 * joins and/or rounded caps are requested
680680 * \param stroke_style how to stroke the path
681681 * \param anti_alias_quality specifies the shader based anti-alias
0 commit comments