]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtextbuffer.h
document standard IDs only in one place, not two; bring the list up to date
[wxWidgets.git] / interface / richtext / richtextbuffer.h
index 7666455a1170710a917422565897126912ba58ef..31b30625c5f42e207efb92c6772c12226c83cff8 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
     This class represents the whole buffer associated with a wxRichTextCtrl.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
-    @seealso
-    wxTextAttr, wxRichTextCtrl
+    @see wxTextAttr, wxRichTextCtrl
 */
 class wxRichTextBuffer
 {
@@ -771,6 +770,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextFileHandler
     @headerfile richtextbuffer.h wx/richtext/richtextbuffer.h
@@ -779,7 +779,7 @@ public:
     associated with a wxRichTextBuffer.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextFileHandler : public wxObject
 {
@@ -911,6 +911,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextRange
     @headerfile richtextbuffer.h wx/richtext/richtextbuffer.h
@@ -918,7 +919,7 @@ public:
     This class stores beginning and end positions for a range of data.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextRange
 {
@@ -1031,3 +1032,4 @@ public:
     */
     bool operator==(const wxRichTextRange& range) const;
 };
+