summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-14 08:01:39 +0200
committerJens Georg <mail@jensge.org>2022-06-14 08:12:48 +0200
commit5b7797b49f84d93ba9c20f241ef4bec73657650c (patch)
treeff2707dd0cf7051a6aa706521ef6da7c2bb88d35 /doc
parent3b1fe5d0f36d13b3cd8980a1d5671aa43ede88f9 (diff)
downloadgupnp-5b7797b49f84d93ba9c20f241ef4bec73657650c.tar.gz
docs: Minor fixes
- glib doc urls - Updated urlmap.js - Minor doc visual fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/gupnp.toml.in9
-rw-r--r--doc/urlmap.js4
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/gupnp.toml.in b/doc/gupnp.toml.in
index d604600..ced1f6f 100644
--- a/doc/gupnp.toml.in
+++ b/doc/gupnp.toml.in
@@ -7,7 +7,7 @@ website_url = "https://gupnp.org"
logo_url = "gupnp-logo-short.svg"
license = "LGPL-2.1-or-later"
description = "UPnP implementation using GObject"
-dependencies = [ "GObject-2.0", "GSSDP-1.6", "Soup-3.0", "libxml2-2.0" ]
+dependencies = [ "GLib-2.0", "GObject-2.0", "GSSDP-1.6", "Soup-3.0", "libxml2-2.0" ]
devhelp = true
search_index = true
authors = "The GUPnP developers"
@@ -19,10 +19,15 @@ show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gupnp/-/blob/master"
+[dependencies."GLib-2.0"]
+name = "GLib"
+description = "The base type system library"
+docs_url = "https://docs.gtk.org/glib/"
+
[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
-docs_url = "https://developer.gnome.org/gobject/stable"
+docs_url = "https://docs.gtk.org/gobject/"
[dependencies."GSSDP-1.6"]
name = "GSSDP"
diff --git a/doc/urlmap.js b/doc/urlmap.js
index 4e19607..03182aa 100644
--- a/doc/urlmap.js
+++ b/doc/urlmap.js
@@ -1,4 +1,8 @@
// 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/' ],
[ 'GSSDP', 'https://gnome.pages.gitlab.gnome.org/gssdp/docs/' ],
+ [ 'libxml2', 'https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-tree.html#']
]