gplugin/gplugin

Turn on docs by default
feature/gtk-doc
2018-01-02, Gary Kramlich
9952d3a472d5
Parents ad5a61020b96
Children 3b73bc6facbc
Turn on docs by default
--- a/meson_options.txt Tue Aug 01 22:23:57 2017 -0500
+++ b/meson_options.txt Tue Jan 02 21:41:26 2018 -0600
@@ -21,7 +21,7 @@
option(
'doc',
- type : 'boolean', value : false,
+ type : 'boolean', value : true,
description : 'build documentation with gtk-doc'
)