diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 19:02:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 19:02:48 -0500 |
commit | 6f8548518b39e8818beb0a021d615be27be05253 (patch) | |
tree | 46d46b7c5538328cccfc3843a1c347b604540116 /docs/urlmap.js | |
parent | fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (diff) | |
download | pango-6f8548518b39e8818beb0a021d615be27be05253.tar.gz |
docs: Various improvements
Add a urlmap file, and fix the license tags.
Diffstat (limited to 'docs/urlmap.js')
-rw-r--r-- | docs/urlmap.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/urlmap.js b/docs/urlmap.js new file mode 100644 index 00000000..5d60b064 --- /dev/null +++ b/docs/urlmap.js @@ -0,0 +1,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/' ], +] |