summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-30 16:24:44 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2012-12-31 17:25:13 +0000
commit2fe9bc2017fa966ab445674a530aac0c17204040 (patch)
treece724124e64e7868899bf0cb27f9a90630db9f56 /cogl/cogl-matrix.h
parentee97e4ae2b7ca272882a1acaa7eb6df3aed60096 (diff)
downloadcogl-2fe9bc2017fa966ab445674a530aac0c17204040.tar.gz
doc: Fix argument syntax of existing commment blocks
Fixes: Parsing comment block file : parameter expecter by correctly declaring parameters.
Diffstat (limited to 'cogl/cogl-matrix.h')
-rw-r--r--cogl/cogl-matrix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h
index 05cab4fe..48da1e8f 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -124,9 +124,9 @@ cogl_matrix_init_identity (CoglMatrix *matrix);
/**
* cogl_matrix_init_translation:
* @matrix: A 4x4 transformation matrix
- * @tx x coordinate of the translation vector
- * @ty y coordinate of the translation vector
- * @tz z coordinate of the translation vector
+ * @tx: x coordinate of the translation vector
+ * @ty: y coordinate of the translation vector
+ * @tz: z coordinate of the translation vector
*
* Resets matrix to the (tx, ty, tz) translation matrix:
*