summaryrefslogtreecommitdiff
path: root/docs/pangocairo.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pangocairo.toml.in')
-rw-r--r--docs/pangocairo.toml.in42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/pangocairo.toml.in b/docs/pangocairo.toml.in
deleted file mode 100644
index 1e45744b..00000000
--- a/docs/pangocairo.toml.in
+++ /dev/null
@@ -1,42 +0,0 @@
-[library]
-namespace = "PangoCairo"
-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 = "LGPL-2.1-or-later"
-description = "Cairo support for Pango"
-dependencies = [ "Pango-1.0", "cairo-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/"
-
- [dependencies."cairo-1.0"]
- name = "Cairo"
- description = "A vector graphics library"
- docs_url = "https://www.cairographics.org/manual/"
-
-[theme]
-name = "basic"
-show_index_summary = true
-
-[source-location]
-base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/main/"
-
-[extra]
-content_files = [
- "pango_cairo.md",
-]
-
-content_images = [
- "pango-name.png",
- "rotated-text.png"
-]
-
-urlmap_file = "urlmap.js"