From 716158e6dec609bc973d4242c922cdb57bbcb7ad Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 26 Jun 2020 11:15:10 +0100 Subject: Add `gtk_doc` build option And deprecate the `docs` one. The `gtk_doc` option is shared across GNOME modules, so we should conform to the established practice. --- meson_options.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 1add5a86b..c22d29425 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,10 +18,14 @@ option('builtin_loaders', description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none", or "all" to build all buildable loaders into gdk-pixbuf', type: 'string', value: 'none') -option('docs', +option('gtk_doc', description: 'Whether to generate the API reference (requires GTK-Doc)', type: 'boolean', value: false) +option('docs', + description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]', + type: 'boolean', + value: false) option('gir', description: 'Whether to generate the API introspection data (requires GObject-Introspection)', type: 'boolean', -- cgit v1.2.1