filmov
tv
Java Eclipse generate useful javadoc document

Показать описание
This video shows how to generate useful javadoc documents for a class using Eclipse. The class is a Die class that I generated in school with my students.
Javadoc is a documentation standard developed and maintained by Oracle. Javadoc works by reading embedded comments within your .java source documents and formatting them as a .HTML file. You may include HTML within your comments. Eclipse makes the generation of these comments relatively simple.
The only keystroke is Shift-Alt-J on PC and the Option-Command-J on Mac.
The path for Javadoc on Mac should be /System/Library/java/JavaVirtualMachines/1.X.X.jdk/Contents/Home/bin/javadoc.
Thanks Eric berkey for the mac path and keystrokes.
Javadoc is a documentation standard developed and maintained by Oracle. Javadoc works by reading embedded comments within your .java source documents and formatting them as a .HTML file. You may include HTML within your comments. Eclipse makes the generation of these comments relatively simple.
The only keystroke is Shift-Alt-J on PC and the Option-Command-J on Mac.
The path for Javadoc on Mac should be /System/Library/java/JavaVirtualMachines/1.X.X.jdk/Contents/Home/bin/javadoc.
Thanks Eric berkey for the mac path and keystrokes.