summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 16:06:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-19 16:34:05 -0400
commit7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-matrix.h
parent75eee838a91bad404d211b002f26e9af3033f0d5 (diff)
downloadpango-docs-cleanup.tar.gz
docs: Convert gtk-doc syntax leftoversdocs-cleanup
Remove leftovers like #Type, reduce indentations to avoid markdown block quotes, etc.
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.
*
* ```