[gexiv2/wip/phako/gi-docgen: 12/12] doc: Add config template




commit a89b03f5c40290d1b5467f45945aeb1e3c0a0c99
Author: Jens Georg <mail jensge org>
Date:   Sun May 16 11:23:36 2021 +0200

    doc: Add config template

 docs/reference/gexiv2.toml.in | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/docs/reference/gexiv2.toml.in b/docs/reference/gexiv2.toml.in
new file mode 100644
index 0000000..643523d
--- /dev/null
+++ b/docs/reference/gexiv2.toml.in
@@ -0,0 +1,19 @@
+[library]
+namespace = "GExiv2"
+version = "@VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/gexiv2/";
+repository_url = "https://gitlab.gnome.org/GNOME/gexiv2.git";
+website_url = "https://wiki.gnome.org/Projects/gexiv2";
+license = "LGPL-2.1-or-later"
+description = "GObject wrapper library for Exiv2"
+dependencies = [ "GObject-2.0" ]
+devhelp = true
+search_index = true
+
+[theme]
+name="basic"
+show_index_summary = true
+
+[source-location]
+base_url = "https://gitlab.gnome.org/GNOME/gexiv2/-/blob/master";
+


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