diff options
| author | Corentin Noël <corentin.noel@collabora.com> | 2025-02-20 22:12:10 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-03-01 13:37:09 +0200 |
| commit | b7b45bb161529382cb0fcfbccec0fc6fe0d51a12 (patch) | |
| tree | 200e9d9bcb8533ba04f7c9465767ce378d9a0e1c /docs | |
| parent | f0795e14c55dfbad2291136090ee964cce2c38ed (diff) | |
| download | meson-b7b45bb161529382cb0fcfbccec0fc6fe0d51a12.tar.gz | |
modules/gnome: Allow to specify the doc-format argument
Add the support for the doc-format argument if g-ir-scanner supports it.
Ignore the argument otherwise as this is a no-op in such cases.
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 013e8c824..7248ca511 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -93,6 +93,7 @@ There are several keyword arguments. Many of these map directly to the `g-ir-scanner` tool so see its documentation for more information. * `dependencies`: deps to use during introspection scanning +* `doc_format`: (*Added 1.8.0*) format of the inline documentation * `extra_args`: command line arguments to pass to gir compiler * `env`: (*Added 1.2.0*) environment variables to set, such as `{'NAME1': 'value1', 'NAME2': 'value2'}` or `['NAME1=value1', 'NAME2=value2']`, |
