The following changes to stylemap.properties were made between versions 1.2beta1 and 1.2beta2. If you are using a customized stylemap.properties file from version 1.2beta1, please make the following changes to update it to work with MIF Doclet 1.2beta2. ### ENTRIES TO BE ADDED IN stylemap.properties ################################################ SectionHead "SectionHead" # Style for Front and Back file headings OverviewSubHead "ClassSubHead" # SubHead defined by <H2> in HTML file OverviewSubSubHead "ClassSubSubHead" # SubSubHead defined by <H3> in HTML file OverviewSubSubSubHead "ClassSubSubSubHead" # SubSubSubHead defined by <H4> in HTML file OverviewTree "ClassTree" # Class hierarchy tree diagram ClassTextBulletSub "ClassBulletSub" # Indented bullets in class MemberTextBulletSub "MemberBulletSub" # Indented bullets in member MemberTextBulletSubSub "MemberBulletSubSub" # Double-indented bullets in member ConstantsHead "ConstantsHead" # Title of Constant Values page ConstantsSubHead "ClassSubHead" # SubHead on Constant Values page ConstantsSubSubHead "ClassSubSubHead" # SubSubHead on Constant Values page ConstantsSubSubSubHead "ClassSubSubSubHead" # SubSubSubHead on Constant Values page SerializedFormHead "SerializedFormHead" # Title of Serialized Form page Underline "Underline" # <u>........</u> Strikethrough "Strikethrough" # <strike>...</strike> PageNumberXRef "Subscript Page Only" # Subscript page number cross-reference ### ENTRIES TO BE MODIFIED IN stylemap.properties ############################################## From: ClassDeprecated-1 "ClassText" # First paragraph of "Deprecated" text ClassDeprecated-2 "ClassText" # Subsequent paragraphs of "Deprecated" text To: ClassDeprecated-1 "ClassTagText" # First paragraph of "Deprecated" text ClassDeprecated-2 "ClassTagText" # Subsequent paragraphs of "Deprecated" text