diff options
author | Pablo Correa Gómez <ablocorrea@hotmail.com> | 2021-11-17 00:42:52 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-02 00:34:58 -0500 |
commit | 6a5c99b0c77059d21ff24fdfeebb2e76e087fe5a (patch) | |
tree | daef747eab83d2be456e5b2d59e71d0b5e7c9f94 | |
parent | 26c1869a142a952ffa23fe566a255b259304a39b (diff) | |
download | meson-6a5c99b0c77059d21ff24fdfeebb2e76e087fe5a.zip meson-6a5c99b0c77059d21ff24fdfeebb2e76e087fe5a.tar.gz meson-6a5c99b0c77059d21ff24fdfeebb2e76e087fe5a.tar.bz2 |
docs: Update yelp documentation to reflect what it is actually doing
-rw-r--r-- | docs/markdown/Gnome-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 4f08c6d..1bcf15d 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -321,8 +321,8 @@ VAPI or Vala binaries. languages: []string, symlink_media: bool = true): void ``` -Installs help documentation using Yelp. The first argument is the -project id. +Installs help documentation for Yelp using itstool and gettext. The first +argument is the project id. Additionally, sources can be passed as additional positional arguments. This was, however, undocumented and never officially supported. Due to a longstanding |