[gssdp/wip/phako/gi-docgen: 20/24] doc: Add links to dependencies
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gssdp/wip/phako/gi-docgen: 20/24] doc: Add links to dependencies
- Date: Sat, 19 Jun 2021 11:29:08 +0000 (UTC)
commit a0f09c05b5ba27b35cdfe48fadfe28e62da7e4ff
Author: Jens Georg <mail jensge org>
Date: Fri Jun 18 22:50:01 2021 +0200
doc: Add links to dependencies
doc/gssdp.toml.in | 17 +++++++++++++++++
doc/urlmap.js | 4 ++++
2 files changed, 21 insertions(+)
---
diff --git a/doc/gssdp.toml.in b/doc/gssdp.toml.in
index 1b79a32..89bec9f 100644
--- a/doc/gssdp.toml.in
+++ b/doc/gssdp.toml.in
@@ -18,7 +18,24 @@ show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gssdp/-/blob/master"
+[dependencies."GObject-2.0"]
+name = "GObject"
+description = "The base type system library"
+docs_url = "https://developer.gnome.org/gobject/stable"
+
+[dependencies."Soup-2.4"]
+name = "Soup"
+description = "A HTTP handling library"
+docs_url = "https://developer.gnome.org/libsoup/stable"
+
+[dependencies."libxml2-2.0"]
+name = "LibXML2"
+description = "A XML handling library"
+docs_url = "http://www.xmlsoft.org/html/index.html"
+
[extra]
content_images = [
"images/gupnp-logo-short.svg"
]
+
+urlmap_file = "urlmap.js"
diff --git a/doc/urlmap.js b/doc/urlmap.js
new file mode 100644
index 0000000..4e19607
--- /dev/null
+++ b/doc/urlmap.js
@@ -0,0 +1,4 @@
+// A map between namespaces and base URLs for their online documentation
+baseURLs = [
+ [ 'GSSDP', 'https://gnome.pages.gitlab.gnome.org/gssdp/docs/' ],
+]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]