File: urlmap.js

package info (click to toggle)
pango1.0 1.57.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,164 kB
  • sloc: ansic: 86,669; cpp: 6,470; exp: 6,462; makefile: 1,953; perl: 1,838; sh: 1,498; python: 1,367; javascript: 7; xml: 6
file content (11 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
// 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/' ],
    [ 'Pango', 'https://docs.gtk.org/Pango/' ],
    [ 'PangoCairo', 'https://docs.gtk.org/PangoCairo/' ],
]