X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..27d335cc2308072844d554ee0c58b5539273d7ab:/interface/richtext/richtextbuffer.h diff --git a/interface/richtext/richtextbuffer.h b/interface/richtext/richtextbuffer.h index 7666455a11..31b30625c5 100644 --- a/interface/richtext/richtextbuffer.h +++ b/interface/richtext/richtextbuffer.h @@ -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,10 +13,9 @@ 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; }; +