Where should a tag be placed to be considered in the report?

A tag has to be preceded by either "*" or "//", ignoring whitespace, i.e. it has to be inside a single-line or mulit-line JavaDoc comment. Otherwise it will be ignored in the report.

For examples of this, see the counting tags document.

[top]

When is a tag included in the report?

For a tag to be included in the report, it has to "contain" something, i.e. it has to be followed by some text. A tag without content is not counted in the report.

For examples of this, see the counting tags document.

[top]