summaryrefslogtreecommitdiff
path: root/doc/libatspi.toml.in
blob: eb47cca6072493b9bbd8875179caf4048bf1d912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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"