https://issues.apache.org/bugzilla/show_bug.cgi?id=51975
--- Comment #2 from IIDA Yosiaki <[email protected]> 2011-10-07 04:38:42 UTC --- (In reply to comment #1) > Can you give the full <javadoc> tag for the case where access="private" > doesn't > work? I tried the following: <javadoc access="private" classpath="${class.path}" destdir="${javadoc.dest.dir}" encoding="${src.encoding}" failonerror="true" Package="yes" sourcepath="${javadoc.source.path}" /> <javadoc private="yes" classpath="${class.path}" destdir="${javadoc.dest.dir}" encoding="${src.encoding}" failonerror="true" Package="yes" sourcepath="${javadoc.source.path}" /> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
