]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextstyles.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / richtext / richtextstyles.h
index a054d938cc3a98f152cdd139fb2aec630bc08794..4de3688761636e84f85bab013255e6de18788b4f 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxRichTextStyleListCtrl
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This class incorporates a wxRichTextStyleListBox and
     a choice control that allows the user to select the category of style to view.
@@ -108,7 +107,6 @@ public:
 
 /**
     @class wxRichTextStyleDefinition
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This is a base class for paragraph and character styles.
 
@@ -126,7 +124,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextStyleDefinition();
+    virtual ~wxRichTextStyleDefinition();
 
     /**
         Returns the style on which this style is based.
@@ -182,7 +180,6 @@ public:
 
 /**
     @class wxRichTextParagraphStyleDefinition
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This class represents a paragraph style definition, usually added to a
     wxRichTextStyleSheet.
@@ -201,7 +198,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextParagraphStyleDefinition();
+    virtual ~wxRichTextParagraphStyleDefinition();
 
     /**
         Returns the style that should normally follow this style.
@@ -218,7 +215,6 @@ public:
 
 /**
     @class wxRichTextStyleListBox
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This is a listbox that can display the styles in a wxRichTextStyleSheet,
     and apply the selection to an associated wxRichTextCtrl.
@@ -246,7 +242,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextStyleListBox();
+    virtual ~wxRichTextStyleListBox();
 
     /**
         Applies the @e ith style to the associated rich text control.
@@ -341,7 +337,6 @@ public:
 
 /**
     @class wxRichTextStyleComboCtrl
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This is a combo control that can display the styles in a wxRichTextStyleSheet,
     and apply the selection to an associated wxRichTextCtrl.
@@ -369,7 +364,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextStyleComboCtrl();
+    virtual ~wxRichTextStyleComboCtrl();
 
     /**
         Returns the wxRichTextCtrl associated with this control.
@@ -401,7 +396,6 @@ public:
 
 /**
     @class wxRichTextCharacterStyleDefinition
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This class represents a character style definition, usually added to a
     wxRichTextStyleSheet.
@@ -420,14 +414,13 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextCharacterStyleDefinition();
+    virtual ~wxRichTextCharacterStyleDefinition();
 };
 
 
 
 /**
     @class wxRichTextListStyleDefinition
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     This class represents a list style definition, usually added to a
     wxRichTextStyleSheet.
@@ -460,7 +453,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextListStyleDefinition();
+    virtual ~wxRichTextListStyleDefinition();
 
     /**
         This function combines the given paragraph style with the list style's base
@@ -530,7 +523,6 @@ public:
 
 /**
     @class wxRichTextStyleSheet
-    @headerfile richtextstyles.h wx/richtext/richtextstyles.h
 
     A style sheet contains named paragraph and character styles that make it
     easy for a user to apply combinations of attributes to a wxRichTextCtrl.
@@ -553,7 +545,7 @@ public:
     /**
         Destructor.
     */
-    ~wxRichTextStyleSheet();
+    virtual ~wxRichTextStyleSheet();
 
     /**
         Adds a definition to the character style list.