@item tag
This tag starts a new group which ends on next @item. It is used with the @list tag and @table tag.
Example [link]
@list
@item First item
@item Second item
@end list
@table 2
@item 1st column header @item 2nd column header
@c--------------------------------------------------
@item 1st column 1st row @item 2nd column 1st row
@item 1st column 2nd row
@item 2nd column 2nd row
@end table