diff --git a/reference/cairo/cairocontext/appendpath.xml b/reference/cairo/cairocontext/appendpath.xml index dae1401291..71180add35 100644 --- a/reference/cairo/cairocontext/appendpath.xml +++ b/reference/cairo/cairocontext/appendpath.xml @@ -60,7 +60,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/arc.xml b/reference/cairo/cairocontext/arc.xml index 289edea89e..51acc66981 100644 --- a/reference/cairo/cairocontext/arc.xml +++ b/reference/cairo/cairocontext/arc.xml @@ -121,7 +121,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/arcnegative.xml b/reference/cairo/cairocontext/arcnegative.xml index 74a6d5bbf5..fe6d18597b 100644 --- a/reference/cairo/cairocontext/arcnegative.xml +++ b/reference/cairo/cairocontext/arcnegative.xml @@ -102,7 +102,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/clip.xml b/reference/cairo/cairocontext/clip.xml index 030825322f..e4771ce972 100644 --- a/reference/cairo/cairocontext/clip.xml +++ b/reference/cairo/cairocontext/clip.xml @@ -66,7 +66,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/clippreserve.xml b/reference/cairo/cairocontext/clippreserve.xml index 091c5e4a07..fa8be30e43 100644 --- a/reference/cairo/cairocontext/clippreserve.xml +++ b/reference/cairo/cairocontext/clippreserve.xml @@ -63,7 +63,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/closepath.xml b/reference/cairo/cairocontext/closepath.xml index 38227ff250..a9a04c0949 100644 --- a/reference/cairo/cairocontext/closepath.xml +++ b/reference/cairo/cairocontext/closepath.xml @@ -60,7 +60,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/copypage.xml b/reference/cairo/cairocontext/copypage.xml index f9ac906f5d..f409c37fda 100644 --- a/reference/cairo/cairocontext/copypage.xml +++ b/reference/cairo/cairocontext/copypage.xml @@ -54,7 +54,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/curveto.xml b/reference/cairo/cairocontext/curveto.xml index f0d657260f..2e3a429bda 100644 --- a/reference/cairo/cairocontext/curveto.xml +++ b/reference/cairo/cairocontext/curveto.xml @@ -113,7 +113,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/fill.xml b/reference/cairo/cairocontext/fill.xml index 4c8c6df84e..7b2a100230 100644 --- a/reference/cairo/cairocontext/fill.xml +++ b/reference/cairo/cairocontext/fill.xml @@ -49,7 +49,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairocontext/fillpreserve.xml b/reference/cairo/cairocontext/fillpreserve.xml index 9762436d59..ea3a01360e 100644 --- a/reference/cairo/cairocontext/fillpreserve.xml +++ b/reference/cairo/cairocontext/fillpreserve.xml @@ -50,7 +50,7 @@ &reftitle.returnvalues; - &returns.void; + &return.void; diff --git a/reference/cairo/cairomatrix/scale.xml b/reference/cairo/cairomatrix/scale.xml deleted file mode 100644 index 5e203c1d33..0000000000 --- a/reference/cairo/cairomatrix/scale.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - CairoMatrix::scale - cairo_matrix_scale - Applies scaling to a matrix - - - - &reftitle.description; - Object oriented style (method): - - public voidCairoMatrix::scale - floatsx - floatsy - - Procedural style: - - ReturnTypecairo_matrix_scale - CairoContextcontext - floatsx - floatsy - - - Applies scaling by sx, sy to the transformation in the matrix. The effect of - the new transformation is to first scale the coordinates by sx and sy, then - apply the original transformation to the coordinates. - - - - - - &reftitle.parameters; - - - - matrix - - - Procedural only - CairoMatrix instance - - - - - sx - - - scale factor in the X direction - - - - - sy - - - scale factor in the Y direction - - - - - - - - - &reftitle.examples; - - - Object oriented style - -scale(0.2, 2.0); -?> -]]> - - - - - Procedural style - - -]]> - - - - - - &reftitle.seealso; - - - CairoMatrix::initScale - - - - - - -