[gssdp/wip/phako/gi-docgen] doc: Add missing file



commit 2ab5bdb061710e3a6d8450dad006def8256b386c
Author: Jens Georg <mail jensge org>
Date:   Sat May 22 15:51:49 2021 +0200

    doc: Add missing file

 doc/gssdp.toml.in | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/doc/gssdp.toml.in b/doc/gssdp.toml.in
new file mode 100644
index 0000000..c945d32
--- /dev/null
+++ b/doc/gssdp.toml.in
@@ -0,0 +1,19 @@
+[library]
+namespace = "GSSDP"
+version = "@VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/gssdp/";
+repository_url = "https://gitlab.gnome.org/GNOME/gssdp.git";
+website_url = "https://gupnp.org";
+license = "LGPL-2.1-or-later"
+description = "SSDP implementation using GObject"
+dependencies = [ "GObject-2.0", "Soup-2.4", "libxml2-2.0" ]
+devhelp = true
+search_index = true
+
+[theme]
+name="basic"
+show_index_summary = true
+
+[source-location]
+base_url = "https://gitlab.gnome.org/GNOME/gssdp/-/blob/master";
+


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