diff options
author | Tomas Popela <tpopela@redhat.com> | 2017-11-06 16:28:28 +0100 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2018-04-11 12:39:19 +0200 |
commit | f0b481582cf019720ebb7d3519bf5da48c28b1b1 (patch) | |
tree | 01f5e4de2fcb55337532892c5442c7d152e9d047 /meson_options.txt | |
parent | 8737298051605369b12ae0ab894beb03a2538020 (diff) | |
download | libsoup-f0b481582cf019720ebb7d3519bf5da48c28b1b1.tar.gz |
Add support for building the documentation
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 6ba39ea4..4a769378 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -45,3 +45,9 @@ option('enable-vala', value : false, description : 'Build Vala bindings' ) + +option('enable-gtk-doc', + type: 'boolean', + value: false, + description: 'Enable generating the API reference' +) |