mutter/doc/reference/cogl-pango/urlmap.js
2022-11-22 13:32:52 +01:00

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/' ],
]