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:
@ -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)
|
||||
|
Reference in New Issue
Block a user