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

@ -116,7 +116,7 @@ gimp_aspect_preview_class_init (GimpAspectPreviewClass *klass)
/**
* GimpAspectPreview:drawable:
*
* Since: GIMP 2.4
* Since: 2.4
*/
g_object_class_install_property (object_class, PROP_DRAWABLE,
g_param_spec_pointer ("drawable", NULL, NULL,
@ -373,7 +373,7 @@ gimp_aspect_preview_set_drawable (GimpAspectPreview *preview,
* necessary as the preview itself now stores this state, as well as
* the scroll offset.
*
* Since: GIMP 2.2
* Since: 2.2
*
* Returns: a new #GimpAspectPreview.
**/