13.07.2015 Views

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

5.5 Complete, Up-to-Date Program Documentati<strong>on</strong> Made Easy125Figure 5.1 Javadoc documentati<strong>on</strong> viewed in K<strong>on</strong>queror Web browser-protectedCauses public and protected classes, members, and methods to be documented.This is the default documentati<strong>on</strong> level. This is also the most likelylevel at which you would want to document code meant for distributi<strong>on</strong>.-packageWe suspect you can see where this is going. This switch causes package,protected, and public classes, members, and methods to be documented.-privateThis switch causes all classes, members, and methods to be documented.In our experience, this is the setting you will want to use for internalprojects. It documents everything.-sourcepath and -classpathThese are the paths that will be searched for source classes or referencedclasses. These switches work like the corresp<strong>on</strong>ding switches for the javaccompiler.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!