From b12f688415d5f8854abfc676db604585825034d3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 3 Sep 2010 16:10:44 +0100 Subject: [PATCH] docs: Fixes for gtk-doc --- cogl/cogl-matrix.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h index b8a621801..d866437f3 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.