diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-09-12 23:44:26 +0200 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-09-21 09:13:21 +0200 |
commit | 2b6fa3dd3b12f75bfbe4f5d6299c76c6b0b9098e (patch) | |
tree | d78813582c72a3e95ac449cd93ff0fe1bd7f964a | |
parent | 9a29496a9b8caad2834e8ab139fbd7affed7d92c (diff) | |
download | meson-2b6fa3dd3b12f75bfbe4f5d6299c76c6b0b9098e.tar.gz |
docs, Gnome-module: document include_directories in gtkdoc
This parameter is supported for some time but has never been documented.
-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 8bf1b5741..4f75bcbdc 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -323,6 +323,7 @@ of the module. * `dependencies`: a list of dependencies * `fixxref_args`: a list of arguments to pass to `gtkdoc-fixxref` * `gobject_typesfile`: a list of type files +* `include_directories`: extra include paths to pass to `gtkdoc-scangobj` * `ignore_headers`: a list of header files to ignore * `html_assets`: a list of assets for the HTML pages * `html_args` a list of arguments to pass to `gtkdoc-mkhtml` |