summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-21 23:08:43 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-05-21 23:08:43 +0100
commit3544675ad1754bf5104bc9eb83199dd7631d67e2 (patch)
treea2d1cf99e51834013675087b052b1c27405140d7 /meson_options.txt
parent85e49c19d40f963af83b12795dea4b14e65ab950 (diff)
meson: rename gtkdoc option to gtk_doc
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9c1d732..8e703fa 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')