meson: rename gtkdoc option to gtk_doc

This commit is contained in:
Tim-Philipp Müller 2018-05-21 23:08:43 +01:00
parent 85e49c19d4
commit 3544675ad1

View file

@ -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')