]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtextxml.h
compilation fix for PCH-less build
[wxWidgets.git] / interface / richtext / richtextxml.h
index eeb2572673d0e1097ab52a0406d44ecd3d067395..f469e5401ab0cbc17c3a1ed2f9ed3b2e66f608d5 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextxml.h
-// Purpose:     documentation for wxRichTextXMLHandler class
+// Purpose:     interface of wxRichTextXMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,7 +17,7 @@
     functions directly.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextXMLHandler : public wxRichTextFileHandler
 {
@@ -99,3 +99,4 @@ public:
     */
     bool ImportXML(wxRichTextBuffer* buffer, wxXmlNode* node);
 };
+