diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-07 21:01:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 21:01:49 +0300 |
commit | 4ed68e7934e7d8a126c896593bb783b753d41d82 (patch) | |
tree | c159c87c8f9828988555249e155fa1b13aa424ff /docs/markdown | |
parent | a53e44ad638085c7b7a50a819f8615a1a8750d85 (diff) | |
parent | f0a32ced54834d7f2a2a7e93f793e705bd98f294 (diff) | |
download | meson-4ed68e7934e7d8a126c896593bb783b753d41d82.zip meson-4ed68e7934e7d8a126c896593bb783b753d41d82.tar.gz meson-4ed68e7934e7d8a126c896593bb783b753d41d82.tar.bz2 |
Merge pull request #1866 from ebassi/mkdb-args
Add mkdb_args support to gnome.gtkdoc()
Diffstat (limited to 'docs/markdown')
-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. |