aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-09-16 21:28:37 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-17 21:27:02 +0300
commiteb7ed4dafbcd82a88a106ef088e126373ee11738 (patch)
treedfef152bfd3398bd28e40cbf681b4fd7ed3d1692 /docs
parentd0a7ea5e6e44c88178c6e5f4b0b5df8d735cbf75 (diff)
downloadmeson-eb7ed4dafbcd82a88a106ef088e126373ee11738.zip
meson-eb7ed4dafbcd82a88a106ef088e126373ee11738.tar.gz
meson-eb7ed4dafbcd82a88a106ef088e126373ee11738.tar.bz2
gnome.gtkdoc: Add new c_args parameter
gtkdoc-scangobj also accepts compiler arguments. In the same way that include_directories includes directories, the new c_args parameter also appends compiler arguments.
Diffstat (limited to 'docs')
-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 cc85d87..8bf1b57 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -334,6 +334,7 @@ of the module.
* `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb`
* `scan_args`: a list of arguments to pass to `gtkdoc-scan`
* `scanobjs_args`: a list of arguments to pass to `gtkdoc-scangobj`
+* `c_args`: (*Added 0.48.0*) additional compile arguments to pass
* `src_dir`: include_directories to include
This creates a `$module-doc` target that can be ran to build docs and