docs: Fix dependency names
authorCorey Berla <corey@berla.me>
Fri, 13 Jan 2023 22:24:33 +0000 (14:24 -0800)
committerCorey Berla <corey@berla.me>
Fri, 13 Jan 2023 22:24:33 +0000 (14:24 -0800)
When gi-docgen added the "related" key, it also began checking
that the dependencies were actually dependencies otherwise they aren't
listed as dependencies.  The capitalization needs to match the
namespace.

docs/reference/gdk/gdk4.toml.in
docs/reference/gsk/gsk4.toml.in
docs/reference/gtk/gtk4.toml.in

index 02d9c3e8ef391dc6363710f0f3fe37ec855b87cd..dfc35caa378a65b7b8ca1ecb9e734f85bdd41f08 100644 (file)
@@ -18,12 +18,12 @@ search_index = true
   docs_url = "https://docs.gtk.org/gobject/"
 
   [dependencies."Gio-2.0"]
-  name = "GIO"
+  name = "Gio"
   description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
   docs_url = "https://docs.gtk.org/gio/"
 
   [dependencies."cairo-1.0"]
-  name = "Cairo"
+  name = "cairo"
   description = "A 2D graphics library with support for multiple output devices"
   docs_url = "https://www.cairographics.org/manual/"
 
index 56a0dcb9506d50b96f2f7547dc95dc74ecbe3730..0418481f85141eb425332c3297c055afaf736364 100644 (file)
@@ -19,7 +19,7 @@ dependencies = ["Graphene-1.0", "Gdk-4.0"]
   docs_url = "https://ebassi.github.io/graphene/docs/"
 
   [dependencies."Gdk-4.0"]
-  name = "GDK"
+  name = "Gdk"
   description = "The GTK windowing system abstraction"
   docs_url = "https://docs.gtk.org/gdk4/"
 
index fe9626993bf548f674c03c84b92af4e0183623e2..edca1dfb64a96f9c690e2deb53aebe52daa30576 100644 (file)
@@ -14,12 +14,12 @@ search_index = true
 dependencies = ["Gdk-4.0", "Gsk-4.0"]
 
   [dependencies."Gdk-4.0"]
-  name = "GDK"
+  name = "Gdk"
   description = "The GTK windowing system abstraction"
   docs_url = "https://docs.gtk.org/gdk4/"
 
   [dependencies."Gsk-4.0"]
-  name = "GSK"
+  name = "Gsk"
   description = "The GTK rendering abstraction"
   docs_url = "https://docs.gtk.org/gsk4/"