File: urlmap.js

package info (click to toggle)
sysprof 49.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 8,988 kB
  • sloc: ansic: 73,989; xml: 171; cpp: 49; sh: 32; makefile: 26; javascript: 6
file content (8 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'Dex', 'https://gnome.pages.gitlab.gnome.org/libdex/' ],
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
]