]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtexthtml.h
further revision (done by me)
[wxWidgets.git] / interface / richtext / richtexthtml.h
index 84bdc6d60dc653192af4720ea49738da64ecf152..99e51abe0f2218750641750c9ad20dad1341ad6a 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtexthtml.h
-// Purpose:     documentation for wxRichTextHTMLHandler class
+// Purpose:     interface of wxRichTextHTMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -33,7 +33,7 @@
     get the array of temporary image names.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextHTMLHandler : public wxRichTextFileHandler
 {
@@ -108,3 +108,4 @@ public:
     */
     void SetTemporaryImageLocations(const wxArrayString& locations);
 };
+