JDK-8144156 : Fix typos and errors in javadoc tool page
  • Type: Bug
  • Component: docs
  • Sub-Component: tools
  • Affected Version: 8,9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • Submitted: 2015-11-26
  • Updated: 2016-07-27
  • Resolved: 2016-02-03
Related Reports
Relates :  
Description
1. http://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDEDCCA

"...Look in each directly implemented (or extended) interface in the order they appear following the word implements (or extends) in the method declaration. Use the first documentation comment found for this method..." 

should be: 

"...Look in each directly implemented (or extended) interface in the order they appear following the word implements (or extends) in the type declaration. Use the first documentation comment found for this method..." 

(method -> type) 

2. If I understand correctly all occurrences of "dirist" should be changed to "dirlist".
Comments
As confirmed by Pavel
08-02-2016

The updates are available on Oracle Review: http://review.us.oracle.com/review2/Review.html#reviewId=286033;scope=document;status=open,fixed;documentId=1215648;fragment=GUID-9D532574-1CDB-4D30-99F3-A308DCAEE55F Inputs and reviews from Pavel Rappo.
03-02-2016