Changes between Version 3 and Version 4 of JAVADOC_CONVENTIONS


Ignore:
Timestamp:
01/12/09 19:10:10 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JAVADOC_CONVENTIONS

    v3 v4  
    4040 * 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: 
    4141  *<"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