From bc2106a9e19b412c22390b8709d6ea2bc4df179d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Feb 2021 17:57:01 -0500 Subject: docs: Replace lots of vestigial xml markup We want to use pure markdown, since docbook is going away as the intermediate format. --- pango/pango-matrix.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pango/pango-matrix.h') diff --git a/pango/pango-matrix.h b/pango/pango-matrix.h index 9ec37042..9dfadee9 100644 --- a/pango/pango-matrix.h +++ b/pango/pango-matrix.h @@ -42,10 +42,10 @@ typedef struct _PangoMatrix PangoMatrix; * coordinates and device coordinates. The transformation * is given by * - * + * ``` * x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0; * y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0; - * + * ``` * * Since: 1.6 **/ @@ -72,10 +72,10 @@ struct _PangoMatrix * Constant that can be used to initialize a PangoMatrix to * the identity transform. * - * + * ``` * PangoMatrix matrix = PANGO_MATRIX_INIT; - * pango_matrix_rotate (&matrix, 45.); - * + * pango_matrix_rotate (&matrix, 45.); + * ``` * * Since: 1.6 **/ -- cgit v1.2.1