summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-matrix.h')
-rw-r--r--cogl/cogl-matrix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h
index 451233d1..eb5215a1 100644
--- a/cogl/cogl-matrix.h
+++ b/cogl/cogl-matrix.h
@@ -151,7 +151,8 @@ void cogl_matrix_rotate (CoglMatrix *matrix,
float y,
float z);
-/* cogl_matrix_translate:
+/**
+ * cogl_matrix_translate:
* @matrix: A 4x4 transformation matrix
* @x: The X translation you want to apply
* @y: The Y translation you want to apply