[gtk/docs-gtk-org] glib: Remove source location URL



commit 250838b500418a4f86f773e56f17fa319aaf10ee
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Sep 23 12:14:53 2021 +0100

    glib: Remove source location URL
    
    The introspection data for GLib libraries is generated by
    gobject-introspection using a lot of trickery; this means that the
    location of the source definitions is not really relative to the files
    in the GLib repository.

 glib/gio/gio.toml.in         | 3 ---
 glib/glib/glib.toml.in       | 3 ---
 glib/gobject/gobject.toml.in | 3 ---
 3 files changed, 9 deletions(-)
---
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index 870ed5dfec..ce9d4048ab 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -31,9 +31,6 @@ name = "basic"
 show_index_summary = true
 show_class_hierarchy = true
 
-[source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/";
-
 [extra]
 urlmap_file = "urlmap.js"
 # The same order will be used when generating the index
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index 0554f2934a..00dbf27e9a 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -31,9 +31,6 @@ name = "basic"
 show_index_summary = true
 show_class_hierarchy = true
 
-[source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/glib/";
-
 [extra]
 urlmap_file = "urlmap.js"
 # The same order will be used when generating the index
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index b6b1ec6617..cd1288405d 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -31,9 +31,6 @@ name = "basic"
 show_index_summary = true
 show_class_hierarchy = true
 
-[source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/gobject/";
-
 [extra]
 urlmap_file = "urlmap.js"
 # The same order will be used when generating the index


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]