Page 811 - Introduction to Programming with Java: A Problem Solving Approach
P. 811
Now suppose you use the scroll bar on the right to scroll down. This displays what you see in Figure A6.6b. Notice that the “Detail” blocks do display the tagged parameter and return information supplied in javadoc comment blocks above the constructor and method headings in Figure A6.5. If you had included text in a javadoc comment block preceding the constructor or method heading in Figure A6.5, all of this text would appear in the corresponding “Detail” block in Figure A6.6b. Finally, notice that javadoc also tells us that the getPay method defined in Salaried_id overrides a getPay method defined in Employee.
Appendix 6 Javadoc 777
Apago PDF Enhancer
Figure A6.6b
javadoc output for javadoc-commented Salaried class—part B