]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed category
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 9 Mar 2008 17:09:29 +0000 (17:09 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 9 Mar 2008 17:09:29 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/richtext/richtextbuffer.h
interface/richtext/richtextctrl.h
interface/richtext/richtextformatdlg.h
interface/richtext/richtexthtml.h
interface/richtext/richtextprint.h
interface/richtext/richtextstyledlg.h
interface/richtext/richtextstyles.h
interface/richtext/richtextsymboldlg.h
interface/richtext/richtextxml.h

index 7666455a1170710a917422565897126912ba58ef..0d063d6300e3f010fd34324f782c1bd2e485d9ef 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextbuffer.h
-// Purpose:     documentation for wxRichTextBuffer class
+// Purpose:     interface of wxRichTextBuffer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -13,7 +13,7 @@
     This class represents the whole buffer associated with a wxRichTextCtrl.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
     @seealso
     wxTextAttr, wxRichTextCtrl
@@ -779,7 +779,7 @@ public:
     associated with a wxRichTextBuffer.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextFileHandler : public wxObject
 {
@@ -918,7 +918,7 @@ public:
     This class stores beginning and end positions for a range of data.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextRange
 {
index e27149e617420cf0d286047492e08cb6d7afde3c..9d00ebf1fe0e5aa8c632f8cf8b3e3da94c810c2b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextctrl.h
-// Purpose:     documentation for wxRichTextEvent class
+// Purpose:     interface of wxRichTextEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -13,7 +13,7 @@
     This is the event class for wxRichTextCtrl notifications.
 
     @library{wxrichtext}
-    @category{events}
+    @category{richtext}
 */
 class wxRichTextEvent : public wxNotifyEvent
 {
@@ -118,8 +118,7 @@ public:
     "wxRichTextCtrl overview".
 
     @library{wxrichtext}
-    @category{ctrl}
-    @appearance{richtextctrl.png}
+    @category{richtext}
 */
 class wxRichTextCtrl
 {
index 3882135de0ff46e98c17bf99fd5d3ed9f3ed9068..2943d95271a092de0bc2cb2752d179fbd52a533c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextformatdlg.h
-// Purpose:     documentation for wxRichTextFormattingDialogFactory class
+// Purpose:     interface of wxRichTextFormattingDialogFactory
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -111,7 +111,7 @@ public:
     @endcode
 
     @library{wxrichtext}
-    @category{cmndlg}
+    @category{richtext}
 */
 class wxRichTextFormattingDialog : public wxPropertySheetDialog
 {
index 84bdc6d60dc653192af4720ea49738da64ecf152..40dc37ba528feb3f387156b726b078a7075f1cb9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtexthtml.h
-// Purpose:     documentation for wxRichTextHTMLHandler class
+// Purpose:     interface of wxRichTextHTMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -33,7 +33,7 @@
     get the array of temporary image names.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextHTMLHandler : public wxRichTextFileHandler
 {
index 68da983d78d395d17ae967fba33f7f0844f5dc54..769d5651f7f9b422c8fad984b93c8fd5185bcb76 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextprint.h
-// Purpose:     documentation for wxRichTextHeaderFooterData class
+// Purpose:     interface of wxRichTextHeaderFooterData
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -31,7 +31,7 @@
     wxRichTextLayout constructor.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextHeaderFooterData : public wxObject
 {
@@ -165,7 +165,7 @@ public:
     should normally use the wxRichTextPrinting class.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextPrintout : public wxPrintout
 {
@@ -242,7 +242,7 @@ public:
     and previewing. It uses wxRichTextPrintout for layout and rendering.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextPrinting : public wxObject
 {
index 1e43258a9f3b816299fac26b27a8d557bf905b49..ca124cffd06963f1716a182e216f4c3a6780b441 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextstyledlg.h
-// Purpose:     documentation for wxRichTextStyleOrganiserDialog class
+// Purpose:     interface of wxRichTextStyleOrganiserDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,7 +17,7 @@
     present styles.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextStyleOrganiserDialog : public wxDialog
 {
index aa0c035143f4e19564ac1188e94302e45bf6a152..99a5b1273ca55f472c188e6f77256f6524d3ad80 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextstyles.h
-// Purpose:     documentation for wxRichTextStyleListCtrl class
+// Purpose:     interface of wxRichTextStyleListCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -186,7 +186,7 @@ public:
     wxRichTextStyleSheet.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
 {
@@ -223,7 +223,7 @@ public:
     See @c samples/richtext for an example of how to use it.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
     @seealso
     wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
@@ -346,7 +346,7 @@ public:
     See @c samples/richtext for an example of how to use it.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
     @seealso
     wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
@@ -404,7 +404,7 @@ public:
     wxRichTextStyleSheet.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
 {
@@ -443,7 +443,7 @@ public:
     so that you can apply them directly to a buffer without requiring a control.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
 {
@@ -535,7 +535,7 @@ public:
     of styles to the control.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextStyleSheet : public wxObject
 {
index 927721cc841691447a70c3648b89e39e6f81d6e5..7ac9f77adf931e473dc75025e4364cc4ddbd4307 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextsymboldlg.h
-// Purpose:     documentation for wxSymbolPickerDialog class
+// Purpose:     interface of wxSymbolPickerDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
index eeb2572673d0e1097ab52a0406d44ecd3d067395..9032d0fa216fff25944fd5cf71cd71f7fce73295 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextxml.h
-// Purpose:     documentation for wxRichTextXMLHandler class
+// Purpose:     interface of wxRichTextXMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,7 +17,7 @@
     functions directly.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextXMLHandler : public wxRichTextFileHandler
 {