From 5f8d89b7077a2141c8251c4162c41f6e01847ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=82=E6=9C=AC=20=E8=B2=B4=E5=8F=B2?= Date: Fri, 12 Jun 2020 06:33:47 +0900 Subject: 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 --- docs/markdown/Gnome-module.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/markdown') 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 -- cgit v1.1