doc/reference/pidgin/urlmap.js

Thu, 21 Mar 2024 00:19:08 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 21 Mar 2024 00:19:08 -0500
changeset 42649
6986f5428d30
parent 42481
94a590e39869
permissions
-rw-r--r--

Add a doc check unit test to Pidgin and fix the issues it found

Testing Done:
Ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/3043/

// 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/' ],
    [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
    [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]

mercurial