summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.h
diff options
context:
space:
mode:
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.
*
* ```