diff options
author | 坂本 貴史 <o-takashi@sakamocchi.jp> | 2020-06-12 06:33:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 00:33:47 +0300 |
commit | 5f8d89b7077a2141c8251c4162c41f6e01847ebd (patch) | |
tree | 7b70e4591ac2d6b0a96175da82460d0bacaec759 | |
parent | 7fd22c969664ae6cfd60a955abc3ffcc72649ecf (diff) | |
download | meson-5f8d89b7077a2141c8251c4162c41f6e01847ebd.zip meson-5f8d89b7077a2141c8251c4162c41f6e01847ebd.tar.gz meson-5f8d89b7077a2141c8251c4162c41f6e01847ebd.tar.bz2 |
docs: remove duplicated entry for gnome.generate_gir() documentation [skip ci]
The documentation of gnome.generate_gir() has duplicated entry for
dependencies parameter. As a fix, this patch removes the entry added
recently.
Fixes: 893d101fff01 ("gnome: Add header kwarg to generate_gir()")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r-- | docs/markdown/Gnome-module.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index a9c4531..54d89aa 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -88,7 +88,6 @@ There are several keyword arguments. Many of these map directly to the e.g. `Gtk` * `includes`: list of gir names to be included, can also be a GirTarget * `header`: *(Added 0.43.0)* name of main c header to include for the library, e.g. `glib.h` -* `dependencies`: deps to use during introspection scanning * `include_directories`: extra include paths to look for gir files * `install`: if true, install the generated files * `install_dir_gir`: (*Added 0.35.0*) which directory to install the |