summaryrefslogtreecommitdiff
path: root/examples/library/meson.build
diff options
context:
space:
mode:
authorCorentin Noël <tintou@noel.tf>2023-04-29 23:18:31 +0200
committerCorentin Noël <tintou@noel.tf>2023-04-29 23:25:36 +0200
commitb99435279a281f2c541100b693c96e67d6c1bd62 (patch)
tree804748ffd7a2e609689000996144c84f713a241f /examples/library/meson.build
parentf9b412e96d5618894158284289cf2a3fe6e7cbfd (diff)
downloadgobject-introspection-tintou/doc-format.tar.gz
Allow to specify the format of the documentationtintou/doc-format
Helps the consumers of the documentation to assume that the documentation is using gtk-doc format or gi-docgen.
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'],
)