/////////////////////////////////////////////////////////////////////////////
// Name: html/htmlfilt.h
-// Purpose: documentation for wxHtmlFilter class
+// Purpose: interface of wxHtmlFilter
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxhtml}
@category{FIXME}
- @seealso
- Overview
+ @see Overview()
*/
class wxHtmlFilter : public wxObject
{
*/
wxString ReadFile(const wxFSFile& file);
};
+