From b7b45bb161529382cb0fcfbccec0fc6fe0d51a12 Mon Sep 17 00:00:00 2001 From: Corentin Noël Date: Thu, 20 Feb 2025 22:12:10 +0100 Subject: 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. --- docs/markdown/Gnome-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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']`, -- cgit v1.2.3