File: urlmap.js

package info (click to toggle)
libgweather4 4.4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,316 kB
  • sloc: xml: 43,729; ansic: 10,088; python: 161; sh: 50; makefile: 16; javascript: 5
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2021 Emmanuele Bassi
// SPDX-License-Identifier: GPL-2.0-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/' ],
]