summaryrefslogtreecommitdiff
path: root/doc/libatspi.toml.in
diff options
context:
space:
mode:
authorThomas Booker <tw.booker@outlook.com>2022-09-10 14:11:44 +1200
committerCoderThomasB <tw.booker@outlook.com>2022-09-28 09:37:27 +1300
commit837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad (patch)
tree63f04cc81df87161f3d3c1ad5122b04a64741bc1 /doc/libatspi.toml.in
parent35bcba928650b415b4d8a572b4d9b19384234ee6 (diff)
downloadat-spi2-core-837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad.tar.gz
Docs: Move to gi-docgen
Diffstat (limited to 'doc/libatspi.toml.in')
-rw-r--r--doc/libatspi.toml.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/libatspi.toml.in b/doc/libatspi.toml.in
new file mode 100644
index 00000000..eb47cca6
--- /dev/null
+++ b/doc/libatspi.toml.in
@@ -0,0 +1,44 @@
+[library]
+version = "@VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/at-spi2-core/"
+repository_url = "https://gitlab.gnome.org/GNOME/at-spi2-core.git"
+website_url = "https://wiki.gnome.org/Accessibility"
+doc_url = "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/"
+authors = "The AT-SPI2 maintainers"
+license = "LGPL-2.1-or-later"
+description = "The Assistive Technology Service Provider Interface, version 2"
+dependencies = ["GObject-2.0",]
+devhelp = true
+search_index = true
+logo_url = "logo.png"
+
+ [dependencies."GObject-2.0"]
+ name = "GObject"
+ description = "The base type system library"
+ docs_url = "https://docs.gtk.org/gobject/"
+
+related = ["Atk"]
+
+ [related."Atk"]
+ name = "Atk"
+ description = "The Accessibility toolkite"
+ docs_url = "https://gnome.pages.gitlab.gnome.org/at-spi2-core/atk/"
+
+[theme]
+name = "basic"
+show_index_summary = true
+show_class_hierarchy = true
+
+[source-location]
+# The base URL for the web UI
+base_url = "https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/HEAD/"
+# The format for links, using "filename" and "line" for the format
+file_format = "{filename}#L{line}"
+
+[extra]
+content_files = [
+]
+content_images = [
+ "logo.png",
+]
+urlmap_file = "urlmap.js"