diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 14:06:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 14:32:31 -0500 |
commit | 85555e4ec42ea99e97f738fd6ccd31860f464fcf (patch) | |
tree | 46b8577af7f9446beb16e96af153a355f5e4cad8 /docs/pangoxft.toml.in | |
parent | 71e7d2b3ca21f57425e21e75025b1bb67496a4fb (diff) | |
download | pango-85555e4ec42ea99e97f738fd6ccd31860f464fcf.tar.gz |
docs: Add search and fix crosslinks
Diffstat (limited to 'docs/pangoxft.toml.in')
-rw-r--r-- | docs/pangoxft.toml.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/pangoxft.toml.in b/docs/pangoxft.toml.in index d5285e6e..d117b388 100644 --- a/docs/pangoxft.toml.in +++ b/docs/pangoxft.toml.in @@ -9,11 +9,13 @@ logo_url = "pango-name.png" license = "GPL-2.1-or-later" description = "Xft support for Pango" dependencies = [ "Pango-1.0", "xft-2.0" ] +devhelp = true +search_index = true [dependencies."Pango-1.0"] name = "Pango" description = "A library for layout out and rendering of text" - docs_url = "https://developer.gnome.org/pango/stable" + docs_url = "../Pango/" [dependencies."xft-2.0"] name = "Xft" |