diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-06-07 18:17:20 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-06-07 18:17:20 +0100 |
commit | f0a32ced54834d7f2a2a7e93f793e705bd98f294 (patch) | |
tree | 4cdc04718e4fb68680bb42a134c65b28423eca79 /docs/markdown/Gnome-module.md | |
parent | f3aa309fa13d8b014a4efe69c5110eb7d18a3baf (diff) | |
download | meson-f0a32ced54834d7f2a2a7e93f793e705bd98f294.zip meson-f0a32ced54834d7f2a2a7e93f793e705bd98f294.tar.gz meson-f0a32ced54834d7f2a2a7e93f793e705bd98f294.tar.bz2 |
Document the mkdb_args argument for gnome.gtkdoc()
Include the newly added argument.
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r-- | docs/markdown/Gnome-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 46e9c53..2541195 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -147,6 +147,7 @@ Compiles and installs gtkdoc documentation. Takes one positional arguments; The * `html_args` a list of arguments to pass to `gtkdoc-mkhtml` * `html_assets`: a list of assets for the HTML pages * `content_files`: a list of content files +* `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb` This creates a `$module-doc` target that can be ran to build docs and normally these are only built on install. |