fixed category

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-09 17:09:29 +00:00
parent 328f5751e8
commit 21b447dc67
9 changed files with 27 additions and 28 deletions

View 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
{