]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtextformatdlg.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / richtext / richtextformatdlg.h
index 3882135de0ff46e98c17bf99fd5d3ed9f3ed9068..c5d00abc7aad1bd5c863dd3b88a16902da889189 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
@@ -81,6 +81,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextFormattingDialog
     @headerfile richtextformatdlg.h wx/richtext/richtextformatdlg.h
@@ -111,7 +112,7 @@ public:
     @endcode
 
     @library{wxrichtext}
-    @category{cmndlg}
+    @category{richtext}
 */
 class wxRichTextFormattingDialog : public wxPropertySheetDialog
 {
@@ -249,3 +250,4 @@ public:
     */
     bool UpdateDisplay();
 };
+