diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-18 20:19:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 9daeb21741c86116b92b5ce1b6afdbb20e576d23 (patch) | |
tree | 0e332f858546a9caeb01be75f2a4530971857510 /docs/pangoot.toml.in | |
parent | 68ed4f739f06c1ab5e4201d66a0fa4ea2774aae6 (diff) | |
download | pango-9daeb21741c86116b92b5ce1b6afdbb20e576d23.tar.gz |
Tell gi-docgen to produce index summaries
Diffstat (limited to 'docs/pangoot.toml.in')
-rw-r--r-- | docs/pangoot.toml.in | 1 |
1 files changed, 1 insertions, 0 deletions
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/" |