The document outlines the javadoc command used to generate documentation for the Rectangle class. It lists the options and parameters passed to javadoc and indicates that it generated documentation files for the Rectangle class and package.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
Log File
The document outlines the javadoc command used to generate documentation for the Rectangle class. It lists the options and parameters passed to javadoc and indicates that it generated documentation files for the Rectangle class and package.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
Class documentation
<---- javadoc command: ---->
C:\Program Files (x86)\BlueJ\jdk\bin\javadoc.exe -author -version -nodeprecated -package -noindex -notree -nohelp -nonavbar -source 1.8 -classpath C:\Program Files (x86)\BlueJ\lib\bluejcore.jar;C:\Program Files (x86)\BlueJ\lib\junit-4.11.jar;C:\Program Files (x86)\BlueJ\lib\hamcrest-core- 1.3.jar;C:\Program Files (x86)\BlueJ\lib\lang-stride.jar;C:\Program Files (x86)\BlueJ\lib\userlib\pi4j-core.jar;C:\Program Files (x86)\BlueJ\lib\userlib\pi4j-device.jar;C:\Program Files (x86)\BlueJ\lib\userlib\pi4j-gpio-extension.jar;C:\Program Files (x86)\BlueJ\lib\userlib\pi4j-service.jar;D:\lesson2\touchingRectangles -d D:\lesson2\touchingRectangles\doc -encoding UTF-8 -charset UTF-8 -docletpath C:\Program Files (x86)\BlueJ\lib\bjdoclet.jar -doclet bluej.doclet.doclets.formats.html.HtmlDoclet D:\lesson2\touchingRectangles\Rectangle.java <---- end of javadoc command ----> Loading source file D:\lesson2\touchingRectangles\Rectangle.java... Constructing Javadoc information... Standard Doclet version 1.8.0_121 Building tree for all the packages and classes... Generating D:\lesson2\touchingRectangles\doc\Rectangle.html... D:\lesson2\touchingRectangles\Rectangle.java:93: warning - Parameter "dw" is documented more than once. Generating D:\lesson2\touchingRectangles\doc\package-frame.html... Generating D:\lesson2\touchingRectangles\doc\package-summary.html... Generating D:\lesson2\touchingRectangles\doc\constant-values.html... Building index for all the packages and classes... Building index for all classes... Generating D:\lesson2\touchingRectangles\doc\allclasses-frame.html... Generating D:\lesson2\touchingRectangles\doc\allclasses-noframe.html... Generating D:\lesson2\touchingRectangles\doc\index.html... Generating D:\lesson2\touchingRectangles\doc\stylesheet.css... 1 warning