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

@ -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)