summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-03 16:10:44 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-03 16:12:24 +0100
commitb12f688415d5f8854abfc676db604585825034d3 (patch)
tree45ba7f500da850c78e2e72692b4effb7569e57d5 /cogl/cogl-matrix.h
parent08eb738c9387f524c50a84004618f6dfb01c4487 (diff)
downloadcogl-b12f688415d5f8854abfc676db604585825034d3.tar.gz
docs: Fixes for gtk-doc
Diffstat (limited to 'cogl/cogl-matrix.h')
-rw-r--r--cogl/cogl-matrix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h
index b8a62180..d866437f 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -319,10 +319,10 @@ cogl_matrix_get_inverse (const CoglMatrix *matrix,
/**
* cogl_matrix_transform_point:
* @matrix: A 4x4 transformation matrix
- * @x: (in-out): The X component of your points position
- * @y: (in-out): The Y component of your points position
- * @z: (in-out): The Z component of your points position
- * @w: (in-out): The W component of your points position
+ * @x: (inout): The X component of your points position
+ * @y: (inout): The Y component of your points position
+ * @z: (inout): The Z component of your points position
+ * @w: (inout): The W component of your points position
*
* Transforms a point whos position is given and returned as four float
* components.