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.
typedef enum { RMT_Off = 0, RMT_Author, RMT_Datetime, RMT_AuthorDatetime } RM_Title_Flag;
|