The @Bug Tag

Syntax

@bug description

Synonyms

None.

Description

Describes a known bug related to the class, method or routine. One tag per bug should be used.

Time2HELP generates reports listing all the @todo's and @bug's found in a library/project.

Example

{:This is a nice routine.
@bug This routine contains a bug}
Function CalculateDay(const i_name: String; const i_date: TDateTime): TDateTime;
Begin
...
End;


HTML generated by Time2HELP
http://www.time2help.com