libgimpmath: fix all gtk-doc warnings

This commit is contained in:
Michael Natterer 2010-07-02 14:48:24 +02:00
parent 2ce4075eeb
commit 9d80d8a7cd
2 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ G_BEGIN_DECLS
*
* Mathematical definitions and macros for use both by the GIMP
* application and plug-ins. These macros should be used rather than
* the ones from <math.h> for enhanced portability.
* the ones from &lt;math.h&gt; for enhanced portability.
**/

View File

@ -463,12 +463,12 @@ gimp_matrix3_yshear (GimpMatrix3 *matrix,
/**
* gimp_matrix3_affine:
* @matrix: The input matrix.
* @a:
* @b:
* @c:
* @d:
* @e:
* @f:
* @a: the 'a' coefficient
* @b: the 'b' coefficient
* @c: the 'c' coefficient
* @d: the 'd' coefficient
* @e: the 'e' coefficient
* @f: the 'f' coefficient
*
* Applies the affine transformation given by six values to @matrix.
* The six values form define an affine transformation matrix as