summaryrefslogtreecommitdiff
path: root/cogl
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2019-03-08 15:21:33 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2019-03-08 15:21:33 +0100
commitfdc8de92ed370946126c07157631da25c6403ea7 (patch)
treee9090f03c7f7b608aebd3ec380107de25e474a97 /cogl
parentb0f92effdc3f64f914109a145e1e2fdbd9164346 (diff)
downloadcogl-fdc8de92ed370946126c07157631da25c6403ea7.tar.gz
primitive: Fix syntax on annotations type
Only add a final colon so that the annotation is parsed properly.
Diffstat (limited to 'cogl')
-rw-r--r--cogl/cogl-primitive.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cogl/cogl-primitive.h b/cogl/cogl-primitive.h
index 0f20bb58..ea637fa9 100644
--- a/cogl/cogl-primitive.h
+++ b/cogl/cogl-primitive.h
@@ -285,7 +285,7 @@ cogl_primitive_new_with_attributes (CoglVerticesMode mode,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2): An array
* of #CoglVertexP2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -339,7 +339,7 @@ cogl_primitive_new_p2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3): An array of
+ * @data: (array length=n_vertices) (type Cogl.VertexP3): An array of
* #CoglVertexP3 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -393,7 +393,7 @@ cogl_primitive_new_p3 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2C4): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2C4): An array
* of #CoglVertexP2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -449,7 +449,7 @@ cogl_primitive_new_p2c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3C4): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP3C4): An array
* of #CoglVertexP3C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -505,7 +505,7 @@ cogl_primitive_new_p3c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2T2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP2T2): An array
* of #CoglVertexP2T2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -561,7 +561,7 @@ cogl_primitive_new_p2t2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3T2): An array
+ * @data: (array length=n_vertices) (type Cogl.VertexP3T2): An array
* of #CoglVertexP3T2 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -617,7 +617,7 @@ cogl_primitive_new_p3t2 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP2T2C4): An
+ * @data: (array length=n_vertices) (type Cogl.VertexP2T2C4): An
* array of #CoglVertexP2T2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single
@@ -673,7 +673,7 @@ cogl_primitive_new_p2t2c4 (CoglContext *context,
* @mode: A #CoglVerticesMode defining how to draw the vertices
* @n_vertices: The number of vertices to read from @data and also
* the number of vertices to read when later drawing.
- * @data: (array length=n_vertices): (type Cogl.VertexP3T2C4): An
+ * @data: (array length=n_vertices) (type Cogl.VertexP3T2C4): An
* array of #CoglVertexP3T2C4 vertices
*
* Provides a convenient way to describe a primitive, such as a single