Changes between Version 3 and Version 4 of JAVADOC_CONVENTIONS
- Timestamp:
- 01/12/09 19:10:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JAVADOC_CONVENTIONS
v3 v4 40 40 * Since javadoc comments are interpreted to html, all the formating you do is ignored. Formating can be made through valid html tags. The most popular html tags used in the javadoc are: 41 41 *<"p"> (without the quotes) paragraph - useful in the general description of classes and methods**"<"pre"><"/pre"> preformated text - preserves the formating, useful for code same, for example. 42 43 = Comments = 44 * Maybe it is a good idea to write something like a checklist of clear and concise rules that the developers and the reviewers should follow. --boyan@2009-01-12