gplugin/gplugin

default the docs to on
feature/gtk-doc
2018-05-05, Gary Kramlich
4cabede88ce7
default the docs to on
--- a/meson_options.txt Sat May 05 19:10:58 2018 -0500
+++ b/meson_options.txt Sat May 05 19:26:24 2018 -0500
@@ -21,7 +21,7 @@
option(
'doc',
- type : 'boolean', value : false,
+ type : 'boolean', value : true,
description : 'build documentation with gtk-doc'
)