a7231ab2be
To get working items links Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3227>
13 lines
537 B
JavaScript
13 lines
537 B
JavaScript
// SPDX-FileCopyrightText: 2021 GNOME Foundation
|
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
// A map between namespaces and base URLs for their online documentation
|
|
baseURLs = [
|
|
[ 'GLib', 'https://docs.gtk.org/glib/' ],
|
|
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
|
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
|
[ 'Mtk', 'https://gnome.pages.gitlab.gnome.org/mutter/mtk/' ],
|
|
[ 'Cogl', 'https://gnome.pages.gitlab.gnome.org/mutter/cogl/' ],
|
|
[ 'Clutter', 'https://gnome.pages.gitlab.gnome.org/mutter/clutter/' ],
|
|
]
|