/////////////////////////////////////////////////////////////////////////////
// Name: html/helpdata.h
-// Purpose: documentation for wxHtmlHelpData class
+// Purpose: interface of wxHtmlHelpData
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/**
@class wxHtmlHelpData
@headerfile helpdata.h wx/html/helpdata.h
-
- This class is used by wxHtmlHelpController
+
+ This class is used by wxHtmlHelpController
and wxHtmlHelpFrame to access HTML help items.
- It is internal class and should not be used directly - except for the case
+ It is internal class and should not be used directly - except for the case
you're writing your own HTML help controller.
-
+
@library{wxhtml}
@category{FIXME}
*/
*/
void SetTempDir(const wxString& path);
};
+