From 3544675ad1754bf5104bc9eb83199dd7631d67e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 21 May 2018 23:08:43 +0100 Subject: [PATCH] meson: rename gtkdoc option to gtk_doc --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 9c1d732e7d..8e703fad06 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,7 +11,7 @@ option('sharp', type : 'boolean', value : true) option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names') # Common options, automatically inherited by subprojects -option('gtkdoc', type : 'boolean', value : true, +option('gtk_doc', type : 'boolean', value : true, description : 'Generate API documentation with gtk-doc') option('introspection', type : 'boolean', value : true, description : 'Whether to disable the introspection generation')