mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
devel-docs: add URLs to babl and GEGL gi-docgen documentation.
Note that these links are not valid yet. For now, documentations are only in testing: * babl: https://testing.developer.gimp.org/api/babl/ * GEGL: https://testing.developer.gimp.org/api/gegl/ The main links will appear next time we merge testing into the main developer website, or at the next release of GIMP.
This commit is contained in:
parent
661009d950
commit
63076ba342
2 changed files with 15 additions and 11 deletions
|
@ -1,10 +1,12 @@
|
|||
// A map between namespaces and base URLs for their online gi-docgen documentation
|
||||
baseURLs = [
|
||||
[ 'GLib', 'https://docs.gtk.org/glib/' ],
|
||||
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
||||
[ 'Gdk', 'https://docs.gtk.org/gdk3/' ],
|
||||
[ 'Babl', 'https://developer.gimp.org/api/babl/' ],
|
||||
[ 'Gegl', 'https://developer.gimp.org/api/gegl/' ],
|
||||
[ 'GLib', 'https://docs.gtk.org/glib/' ],
|
||||
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
||||
[ 'Gdk', 'https://docs.gtk.org/gdk3/' ],
|
||||
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
|
||||
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
||||
[ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
|
||||
[ 'Gimp', 'https://developer.gimp.org/api/3.0/libgimp/' ],
|
||||
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
||||
[ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
|
||||
[ 'Gimp', 'https://developer.gimp.org/api/3.0/libgimp/' ],
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue