This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 070a975 add missing YAML module to doco index
070a975 is described below
commit 070a975894684e0a46c77fa21f3bb3363ccdd562
Author: Paul King <[email protected]>
AuthorDate: Sun Aug 2 21:05:50 2020 +1000
add missing YAML module to doco index
---
src/spec/doc/index.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/spec/doc/index.adoc b/src/spec/doc/index.adoc
index 455b786..7946e0b 100644
--- a/src/spec/doc/index.adoc
+++ b/src/spec/doc/index.adoc
@@ -73,6 +73,8 @@
include::{projectdir}/subprojects/groovy-sql/{specfolder}/sql-userguide.adoc[lev
include::{projectdir}/subprojects/groovy-xml/{specfolder}/xml-userguide.adoc[leveloffset=+2]
+include::{projectdir}/subprojects/groovy-yaml/{specfolder}/yaml-userguide.adoc[leveloffset=+2]
+
=== Scripting Ant tasks
Groovy integrates very well with http://ant.apache.org[Apache Ant] thanks to
<<_antbuilder,AntBuilder>>.