RM_Title_Flag
This enumerated type defines the information that appears in the title
attribute in the <ins>
and <del>
tags for the eFlag
member of the KV_RM_Title
structure. This applies when revision information is enabled and included in the HTML output.
Definition
typedef enum { RMT_Off = 0, RMT_Author, RMT_Datetime, RMT_AuthorDatetime } RM_Title_Flag;
Enumerators
RMT_Off
|
A
|
RMT_Author
|
The reviewer’s name is generated in the
|
RMT_Datetime
|
The date and time is included in the
|
RMT_AuthorDatetime
|
The reviewer’s name, date, and time are included in the
This is the default. |