diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-04-19 11:35:45 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:57 +0100 |
commit | ba87e857e2e08dddf46bcb06df6dbb86eb544d4d (patch) | |
tree | b07f4aeec84c193561e00ba065167033425b49d2 /meson_options.txt | |
parent | 28dcb502316d1002c179147b9b3db46e2706a583 (diff) | |
download | gtk+-ba87e857e2e08dddf46bcb06df6dbb86eb544d4d.tar.gz |
build: Generate the API references (WIP)
Still a work in progress.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d23e319e4c..f9a419dec4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -24,3 +24,5 @@ option('disable-modules', type: 'boolean', value : 'false', description : 'Disable dynamic module loading') option('with-included-immodules', type: 'string', value : '', description : 'Build the specified input methods into gtk (comma-separated list or "all" or "none")') +option('enable-documentation', type: 'boolean', value: 'false', + description : 'Build API reference and tools documentation') |