[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[On Teaching and Learning]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[Java 1.5 API]
[Espresso]
[TAO of Java]
[CS152 2004F]
Back to Loops. On to An Initial Problem: Laying Out Text.
Held: Friday, February 25, 2005
Summary: Today we consider issues related to the documentation of programs We also consider javadoc, a special tool for generating documentation for Java.
Related Pages:
Overview:
/opt/IBMJava2-142/bin/javadoc -author -version -tag pre:m:"Preconditions" -tag post:m:"Postconditions" package1 package2
@author tag gives authors.
@version tag gives the version.
@param name tag describes parameters.
@exception type tag describes exceptions.
@return tag describes return values.
@pre tag describes preconditions.
@post tag describes postconditions.
Back to Loops. On to An Initial Problem: Laying Out Text.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[On Teaching and Learning]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[Java 1.5 API]
[Espresso]
[TAO of Java]
[CS152 2004F]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Wed May 11 10:55:56 2005.
The source to the document was last modified on Mon Jan 24 10:17:07 2005.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS152/2005S/Outlines/outline.20.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby