[docs] Documentation fixes

Update the COGL API reference to avoid a lot of warnings coming
from gtk-doc.
This commit is contained in:
Emmanuele Bassi
2009-01-27 16:53:01 +00:00
parent 85f02c2c6a
commit d6f6c06af5
2 changed files with 35 additions and 14 deletions

View File

@ -53,14 +53,16 @@ cogl_matrix_multiply (CoglMatrix *result,
/**
* cogl_3dmatrix_rotate:
* matrix: A 3D Affine transformation matrix
* angle: The angle in degrees you want to rotate by
* x: The X component of your rotation vector
* y: The Y component of your rotation vector
* z: The Z component of your rotation vector
* @matrix: A 3D Affine transformation matrix
* @angle: The angle in degrees you want to rotate by
* @x: The X component of your rotation vector
* @y: The Y component of your rotation vector
* @z: The Z component of your rotation vector
*
* The matrix is multiplied with a rotation matrix representing a rotation
* of angle degress around the vector (x,y,z)
*
* Since: 1.0
*/
void
cogl_matrix_rotate (CoglMatrix *matrix,