# HG changeset patch # User sundar # Date 1492596289 -19800 # Node ID c9ffb95dfef4e61217b90fa406f4a98010b7fca7 # Parent 03e5f1316a2d1239027d0a8308714861b872a7ab 8178315: nashorn ant build failure with @moduleGraph javadoc tag Summary: Added support for moduleGraph tag Reviewed-by: sundar, hannesw Contributed-by: srinivas.dama@oracle.com diff -r 03e5f1316a2d -r c9ffb95dfef4 make/project.properties --- a/make/project.properties Wed Apr 19 14:05:58 2017 +0530 +++ b/make/project.properties Wed Apr 19 15:34:49 2017 +0530 @@ -37,7 +37,8 @@ javadoc.option=\ -tag "implSpec:a:Implementation Requirements:" \ - -tag "implNote:a:Implementation Note:" + -tag "implNote:a:Implementation Note:" \ + -tag "moduleGraph:a:Module Graph" # nashorn version information nashorn.version=0.1