Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments

because it confuses gtk-doc and breaks some links. Also change the
"Index of new symbols in GIMP 2.x" sections to be what seems to be the
modern standard (looked at the GLib and GTK+ docs), and update some
other stuff.
This commit is contained in:
Michael Natterer
2015-05-31 21:18:09 +02:00
parent d91ff74820
commit 8005eea835
142 changed files with 1026 additions and 995 deletions

View File

@ -56,7 +56,7 @@ static GimpMatrix2 * matrix2_copy (const GimpMatrix2 *matrix);
*
* Returns: the #GType for Matrix2 objects
*
* Since: GIMP 2.4
* Since: 2.4
**/
GType
gimp_matrix2_get_type (void)
@ -102,7 +102,7 @@ struct _GimpParamSpecMatrix2
*
* Returns: the #GType for a GimpMatrix2 object
*
* Since: GIMP 2.4
* Since: 2.4
**/
GType
gimp_param_matrix2_get_type (void)
@ -195,7 +195,7 @@ gimp_param_matrix2_values_cmp (GParamSpec *pspec,
*
* Returns: a newly allocated #GParamSpec instance
*
* Since: GIMP 2.4
* Since: 2.4
**/
GParamSpec *
gimp_param_spec_matrix2 (const gchar *name,
@ -274,7 +274,7 @@ static GimpMatrix3 * matrix3_copy (const GimpMatrix3 *matrix);
*
* Returns: the #GType for Matrix3 objects
*
* Since: GIMP 2.8
* Since: 2.8
**/
GType
gimp_matrix3_get_type (void)
@ -320,7 +320,7 @@ struct _GimpParamSpecMatrix3
*
* Returns: the #GType for a GimpMatrix3 object
*
* Since: GIMP 2.8
* Since: 2.8
**/
GType
gimp_param_matrix3_get_type (void)
@ -413,7 +413,7 @@ gimp_param_matrix3_values_cmp (GParamSpec *pspec,
*
* Returns: a newly allocated #GParamSpec instance
*
* Since: GIMP 2.8
* Since: 2.8
**/
GParamSpec *
gimp_param_spec_matrix3 (const gchar *name,
@ -826,7 +826,7 @@ gimp_matrix3_is_diagonal (const GimpMatrix3 *matrix)
* Returns: %TRUE if the matrix defines an affine transformation,
* %FALSE otherwise
*
* Since: GIMP 2.4
* Since: 2.4
*/
gboolean
gimp_matrix3_is_affine (const GimpMatrix3 *matrix)

View File

@ -469,7 +469,7 @@ gimp_vector2_rotate_val (GimpVector2 vector,
*
* Returns: a #GimpVector2 perpendicular to @vector, with a length of 1.0.
*
* Since: GIMP 2.8
* Since: 2.8
**/
GimpVector2
gimp_vector2_normal (GimpVector2 *vector)
@ -493,7 +493,7 @@ gimp_vector2_normal (GimpVector2 *vector)
*
* Returns: a #GimpVector2 perpendicular to @vector, with a length of 1.0.
*
* Since: GIMP 2.8
* Since: 2.8
**/
GimpVector2
gimp_vector2_normal_val (GimpVector2 vector)