diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-08-08 00:07:32 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-13 21:17:04 +0300 |
commit | 60b83a5f0a0ac5c1f860df33b0698150b1779179 (patch) | |
tree | dfa015e455015ddd41419bce7b245b0a879bc353 /docs | |
parent | 192d0dd0a79f5f649b41e659c33ea8e4323ebc95 (diff) | |
download | meson-60b83a5f0a0ac5c1f860df33b0698150b1779179.zip meson-60b83a5f0a0ac5c1f860df33b0698150b1779179.tar.gz meson-60b83a5f0a0ac5c1f860df33b0698150b1779179.tar.bz2 |
gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()
Diffstat (limited to 'docs')
-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 3476d34..038f1ea 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -153,6 +153,7 @@ Compiles and installs gtkdoc documentation into `prefix/share/gtk-doc/html`. Tak * `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` +* `ignore_headers`: a list of header files to ignore This creates a `$module-doc` target that can be ran to build docs and normally these are only built on install. |