]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/htmlfilt.h
mac paths updated
[wxWidgets.git] / interface / html / htmlfilt.h
index 46d57a342849e6b07911e1bb196b5cff4ccc190e..9a40dbcff162d645332e4c5eba690116b3a09cc6 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        html/htmlfilt.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        html/htmlfilt.h
-// Purpose:     documentation for wxHtmlFilter class
+// Purpose:     interface of wxHtmlFilter
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -16,8 +16,7 @@
     @library{wxhtml}
     @category{FIXME}
 
     @library{wxhtml}
     @category{FIXME}
 
-    @seealso
-    Overview
+    @see Overview()
 */
 class wxHtmlFilter : public wxObject
 {
 */
 class wxHtmlFilter : public wxObject
 {
@@ -29,15 +28,14 @@ public:
 
     /**
         Returns @true if this filter is capable of reading file @e file.
 
     /**
         Returns @true if this filter is capable of reading file @e file.
-        
         Example:
     */
     bool CanRead(const wxFSFile& file);
 
     /**
         Reads the file and returns string with HTML document.
         Example:
     */
     bool CanRead(const wxFSFile& file);
 
     /**
         Reads the file and returns string with HTML document.
-        
         Example:
     */
     wxString ReadFile(const wxFSFile& file);
 };
         Example:
     */
     wxString ReadFile(const wxFSFile& file);
 };
+