/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextxml.h
-// Purpose: documentation for wxRichTextXMLHandler class
+// Purpose: interface of wxRichTextXMLHandler
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
functions directly.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextXMLHandler : public wxRichTextFileHandler
{
*/
bool ImportXML(wxRichTextBuffer* buffer, wxXmlNode* node);
};
+