summaryrefslogtreecommitdiff
path: root/examples/library/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/library/meson.build')
-rw-r--r--examples/library/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/library/meson.build b/examples/library/meson.build
index 2313ffd6..5ea26e78 100644
--- a/examples/library/meson.build
+++ b/examples/library/meson.build
@@ -21,4 +21,5 @@ gnome.generate_gir(
identifier_prefix : 'GISample',
includes : ['GObject-2.0'],
install : true,
+ extra_args : ['--doc-format=gtk-doc'],
)