diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-03-07 16:29:28 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-03-07 16:29:28 +0100 |
commit | 884088f64967d5269fc829b9634206897fce0108 (patch) | |
tree | 0495c9348332f88d58aa180ad3c8f67299c737bb /gsk/gskenums.h | |
parent | ad5c5d477e3d856a00f55f00fe4342f86d3117d9 (diff) | |
download | gtk+-884088f64967d5269fc829b9634206897fce0108.tar.gz |
gsk: API docs fixes
gsk/gskenums.h:181: Error: Gsk: multiple "@GSK_TRANSFORM_CATEGORY_2D" parameters for identifier "GskTransformCategory":
* @GSK_TRANSFORM_CATEGORY_2D: The matrix is a 2D matrix. This is equivalent
^
gsk/gsktransform.c:1342: Warning: Gsk: gsk_transform_to_2d: unknown parameter 'm' in documentation comment, should be 'self'
gsk/gsktransform.c:1368: Warning: Gsk: gsk_transform_to_2d: invalid return annotation
gsk/gsktransform.c:1461: Warning: Gsk: gsk_transform_to_translate: unknown parameter 'm' in documentation comment, should be 'self'
Diffstat (limited to 'gsk/gskenums.h')
-rw-r--r-- | gsk/gskenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskenums.h b/gsk/gskenums.h index aa6978cfe4..aaaa3b4cb9 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -176,7 +176,7 @@ typedef enum { * determined. * @GSK_TRANSFORM_CATEGORY_ANY: Analyzing the matrix concluded that it does * not fit in any other category. - * @GSK_TRANSFORM_CATEGORY_2D: The matrix is a 3D matrix. This means that + * @GSK_TRANSFORM_CATEGORY_3D: The matrix is a 3D matrix. This means that * the w column (the last column) has the values (0, 0, 0, 1). * @GSK_TRANSFORM_CATEGORY_2D: The matrix is a 2D matrix. This is equivalent * to graphene_matrix_is_2d() returning %TRUE. In particular, this |