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:
@ -224,7 +224,7 @@ gimp_proc_browser_dialog_init (GimpProcBrowserDialog *dialog)
|
||||
*
|
||||
* Return Value: a newly created #GimpProcBrowserDialog.
|
||||
*
|
||||
* Since: GIMP 2.4
|
||||
* Since: 2.4
|
||||
**/
|
||||
GtkWidget *
|
||||
gimp_proc_browser_dialog_new (const gchar *title,
|
||||
@ -264,7 +264,7 @@ gimp_proc_browser_dialog_new (const gchar *title,
|
||||
* Return Value: The name of the selected procedure of %NULL if no
|
||||
* procedure is selected.
|
||||
*
|
||||
* Since: GIMP 2.4
|
||||
* Since: 2.4
|
||||
**/
|
||||
gchar *
|
||||
gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog)
|
||||
|
||||
Reference in New Issue
Block a user