diff options
author | jlaskey <none@none> | 2013-01-04 09:58:30 -0400 |
---|---|---|
committer | jlaskey <none@none> | 2013-01-04 09:58:30 -0400 |
commit | db4b664c415d923e36a8ef3823938711362fbcae (patch) | |
tree | 5994e4615fc169f36222b228621e18a573412f81 | |
parent | cfa23f2da594bf6b9ca121bc9a1338a31290377f (diff) | |
download | nashorn-db4b664c415d923e36a8ef3823938711362fbcae.tar.gz |
8005665: JavaDoc should only display public interfaces
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
-rw-r--r-- | make/build.xml | 2 |
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}"/> |