analysis: Fix some CoglFixed API

2 functions where not correctly defined/documented, use the actual
symbol name instead.
This commit is contained in:
Damien Lespiau 2010-05-27 13:30:07 +01:00
parent 653a8a7874
commit 43564f05a6

View File

@ -497,7 +497,7 @@ cogl_fixed_tan (CoglFixed angle);
CoglFixed cogl_fixed_cos (CoglFixed angle);
/**
* cogl_fixed_atani:
* cogl_fixed_atan:
* @a: a #CoglFixed number
*
* Computes the arc tangent of @a.
@ -507,7 +507,7 @@ CoglFixed cogl_fixed_cos (CoglFixed angle);
* Since: 1.0
*/
CoglFixed
cogl_fixed_atani (CoglFixed a);
cogl_fixed_atan (CoglFixed a);
/**
* cogl_fixed_atan2:
@ -797,7 +797,7 @@ int
cogl_double_to_int (double value);
unsigned int
cogl_double_to_unit (double value);
cogl_double_to_uint (double value);
G_END_DECLS