summaryrefslogtreecommitdiff
path: root/docs/pangoot.toml.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-11 19:46:05 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 19:46:05 +0000
commit2b261300543b6cc673ca09509f9ace1bbb4a6c06 (patch)
tree816f1c0554ddb3eaf5c406d17711c834ba78ea54 /docs/pangoot.toml.in
parent9be0d6e411c5d4540438fcc8ada287a65b15fb8e (diff)
parente32063114243e4bec0f5f3cfa63981cb96c0f7f1 (diff)
downloadpango-2b261300543b6cc673ca09509f9ace1bbb4a6c06.tar.gz
Merge branch 'gi-docs' into 'master'
Gi docs See merge request GNOME/pango!281
Diffstat (limited to 'docs/pangoot.toml.in')
-rw-r--r--docs/pangoot.toml.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/pangoot.toml.in b/docs/pangoot.toml.in
new file mode 100644
index 00000000..531cd640
--- /dev/null
+++ b/docs/pangoot.toml.in
@@ -0,0 +1,31 @@
+[library]
+namespace = "PangoOT"
+version = "@PANGO_VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/pango/"
+repository_url = "https://gitlab.gnome.org/GNOME/pango.git"
+website_url = "https://www.pango.org"
+authors = "Owen Taylor, Behdad Esfahbod"
+logo_url = "pango-name.png"
+license = "GPL-2.1-or-later"
+description = "OpenType support for Pango"
+dependencies = [ "Pango-1.0" ]
+devhelp = true
+search_index = true
+
+ [dependencies."Pango-1.0"]
+ name = "Pango"
+ description = "A library for layout out and rendering of text"
+ docs_url = "../Pango/"
+
+[theme]
+name = "basic"
+show_index_summary = true
+
+[source-location]
+base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
+
+[extra]
+
+content_images = [
+ "pango-name.png"
+]