9a5289cf58
Drop unnused dependencies Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2708>
10 lines
353 B
JavaScript
10 lines
353 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 = [
|
|
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
|
[ 'Pango', 'https://docs.gtk.org/Pango/' ],
|
|
[ 'Cogl', 'https://gnome.pages.gitlab.gnome.org/mutter/cogl/' ],
|
|
]
|