diff options
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r-- | docs/markdown/Gnome-module.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 2b90e0c..9477b29 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -225,9 +225,9 @@ useful when running the application locally for example during tests. * `build_by_default`: causes, when set to true, to have this target be built by default, that is, when invoking plain `meson compile`, the default value is true for all built target types -* `depend_files`: files ([`string`](Reference-manual.md#string-object), - [`files()`](Reference-manual.md#files), or - [`configure_file()`](Reference-manual.md#configure_file)) of +* `depend_files`: files ([[@str]], + [[files]], or + [[configure_file]]) of schema source XML files that should trigger a re-compile if changed. ### gnome.gdbus_codegen() |