aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlaskey <none@none>2013-01-04 09:58:30 -0400
committerjlaskey <none@none>2013-01-04 09:58:30 -0400
commitdb4b664c415d923e36a8ef3823938711362fbcae (patch)
tree5994e4615fc169f36222b228621e18a573412f81
parentcfa23f2da594bf6b9ca121bc9a1338a31290377f (diff)
downloadnashorn-db4b664c415d923e36a8ef3823938711362fbcae.tar.gz
8005665: JavaDoc should only display public interfaces
Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 79669a80..69dbf4fd 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -143,7 +143,7 @@
</target>
<target name="javadoc" depends="compile-asm">
- <javadoc destdir="${dist.javadoc.dir}" private="yes" use="yes" overview="src/overview.html" windowtitle="${nashorn.product.name} ${nashorn.version}">
+ <javadoc destdir="${dist.javadoc.dir}" use="yes" overview="src/overview.html" windowtitle="${nashorn.product.name} ${nashorn.version}">
<classpath>
<pathelement location="${build.classes.dir}"/>
<pathelement location="${dynalink.jar}"/>