summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-18 20:19:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit9daeb21741c86116b92b5ce1b6afdbb20e576d23 (patch)
tree0e332f858546a9caeb01be75f2a4530971857510
parent68ed4f739f06c1ab5e4201d66a0fa4ea2774aae6 (diff)
downloadpango-9daeb21741c86116b92b5ce1b6afdbb20e576d23.tar.gz
Tell gi-docgen to produce index summaries
-rw-r--r--docs/pango.toml.in1
-rw-r--r--docs/pangocairo.toml.in1
-rw-r--r--docs/pangofc.toml.in1
-rw-r--r--docs/pangoft2.toml.in1
-rw-r--r--docs/pangoot.toml.in1
-rw-r--r--docs/pangoxft.toml.in1
6 files changed, 6 insertions, 0 deletions
diff --git a/docs/pango.toml.in b/docs/pango.toml.in
index 1d3a1b43..fb4a6b49 100644
--- a/docs/pango.toml.in
+++ b/docs/pango.toml.in
@@ -49,6 +49,7 @@ dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
diff --git a/docs/pangocairo.toml.in b/docs/pangocairo.toml.in
index 656be8d2..bba45161 100644
--- a/docs/pangocairo.toml.in
+++ b/docs/pangocairo.toml.in
@@ -22,6 +22,7 @@ dependencies = [ "Pango-1.0", "cairo-1.0" ]
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
diff --git a/docs/pangofc.toml.in b/docs/pangofc.toml.in
index 7acd5d72..a9c2b1ba 100644
--- a/docs/pangofc.toml.in
+++ b/docs/pangofc.toml.in
@@ -22,6 +22,7 @@ dependencies = [ "Pango-1.0", "fontconfig-2.0" ]
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
diff --git a/docs/pangoft2.toml.in b/docs/pangoft2.toml.in
index 43c0ca75..4e9d9d8a 100644
--- a/docs/pangoft2.toml.in
+++ b/docs/pangoft2.toml.in
@@ -22,6 +22,7 @@ dependencies = [ "Pango-1.0", "freetype2-2.0" ]
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
diff --git a/docs/pangoot.toml.in b/docs/pangoot.toml.in
index 581a4239..5a3912f3 100644
--- a/docs/pangoot.toml.in
+++ b/docs/pangoot.toml.in
@@ -17,6 +17,7 @@ dependencies = [ "Pango-1.0" ]
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"
diff --git a/docs/pangoxft.toml.in b/docs/pangoxft.toml.in
index 241c0aa0..fa3b1494 100644
--- a/docs/pangoxft.toml.in
+++ b/docs/pangoxft.toml.in
@@ -22,6 +22,7 @@ dependencies = [ "Pango-1.0", "xft-2.0" ]
[theme]
name = "basic"
+show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/"