summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-matrix.h
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/pango-matrix.h')
-rw-r--r--pango/pango-matrix.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/pango/pango-matrix.h b/pango/pango-matrix.h
index c3ff5414..d4277401 100644
--- a/pango/pango-matrix.h
+++ b/pango/pango-matrix.h
@@ -60,17 +60,12 @@ struct _PangoMatrix
double y0;
};
-/**
- * PANGO_TYPE_MATRIX:
- *
- * The GObject type for #PangoMatrix
- **/
#define PANGO_TYPE_MATRIX (pango_matrix_get_type ())
/**
* PANGO_MATRIX_INIT:
*
- * Constant that can be used to initialize a PangoMatrix to
+ * Constant that can be used to initialize a `PangoMatrix` to
* the identity transform.
*
* ```