aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-11-20 21:50:21 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-11-20 22:50:21 +0200
commite78fd7e8c55edcaf2b63f44990efd4dbec20f9c0 (patch)
tree5e7e65cf385f30091b840e98410519e278b31b48
parent43ff2529e518fd4a9b73096eceb4cdd082c4cc0e (diff)
downloadmeson-e78fd7e8c55edcaf2b63f44990efd4dbec20f9c0.zip
meson-e78fd7e8c55edcaf2b63f44990efd4dbec20f9c0.tar.gz
meson-e78fd7e8c55edcaf2b63f44990efd4dbec20f9c0.tar.bz2
docs: Add missing `namespace` parameter documentation [skip ci]
Although the `namespace` parameter was implemented in 0.37, its documentation is still missing. It has been added to the `gtkdoc`'s documentation.
-rw-r--r--docs/markdown/Gnome-module.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 172af2d..dcd843f 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -333,6 +333,7 @@ of the module.
* `main_xml`: specifies the main XML file
* `main_sgml`: equal to `main_xml`
* `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb`
+* `namespace`: specifies the name space to pass to `gtkdoc-mkdb`
* `module_version`: the version of the module, affects the installed location and the devhelp2 file location
* `scan_args`: a list of arguments to pass to `gtkdoc-scan`
* `scanobjs_args`: a list of arguments to pass to `gtkdoc-scangobj`