[cogl-path] Minor fix to gtk-doc
Fix the parameters in cogl_path_curve_to and cogl_path_rel_curve_to to match the actual names otherwise they won't appear correctly in the docs.
This commit is contained in:
parent
89060a9bb3
commit
7f2ef2f1e0
@ -189,8 +189,8 @@ void cogl_path_arc (float center_x,
|
|||||||
* @y_1: Y coordinate of the second bezier control point
|
* @y_1: Y coordinate of the second bezier control point
|
||||||
* @x_2: X coordinate of the third bezier control point
|
* @x_2: X coordinate of the third bezier control point
|
||||||
* @y_2: Y coordinate of the third bezier control point
|
* @y_2: Y coordinate of the third bezier control point
|
||||||
* @x3: X coordinate of the fourth bezier control point
|
* @x_3: X coordinate of the fourth bezier control point
|
||||||
* @y3: Y coordinate of the fourth bezier control point
|
* @y_3: Y coordinate of the fourth bezier control point
|
||||||
*
|
*
|
||||||
* Adds a cubic bezier curve segment to the current path with the given
|
* Adds a cubic bezier curve segment to the current path with the given
|
||||||
* second, third and fourth control points and using current pen location
|
* second, third and fourth control points and using current pen location
|
||||||
@ -209,8 +209,8 @@ void cogl_path_curve_to (float x_1,
|
|||||||
* @y_1: Y coordinate of the second bezier control point
|
* @y_1: Y coordinate of the second bezier control point
|
||||||
* @x_2: X coordinate of the third bezier control point
|
* @x_2: X coordinate of the third bezier control point
|
||||||
* @y_2: Y coordinate of the third bezier control point
|
* @y_2: Y coordinate of the third bezier control point
|
||||||
* @x3: X coordinate of the fourth bezier control point
|
* @x_3: X coordinate of the fourth bezier control point
|
||||||
* @y3: Y coordinate of the fourth bezier control point
|
* @y_3: Y coordinate of the fourth bezier control point
|
||||||
*
|
*
|
||||||
* Adds a cubic bezier curve segment to the current path with the given
|
* Adds a cubic bezier curve segment to the current path with the given
|
||||||
* second, third and fourth control points and using current pen location
|
* second, third and fourth control points and using current pen location
|
||||||
|
Loading…
Reference in New Issue
Block a user