X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23324ae1c7938ba904770fc456d3c07764b9c5e9..51317496171b33f2abb155a1214f567b79d66e43:/interface/html/helpdata.h diff --git a/interface/html/helpdata.h b/interface/html/helpdata.h index ea62c1763f..f124c123a1 100644 --- a/interface/html/helpdata.h +++ b/interface/html/helpdata.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: html/helpdata.h -// Purpose: documentation for wxHtmlHelpData class +// Purpose: interface of wxHtmlHelpData // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -9,12 +9,12 @@ /** @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} */ @@ -66,3 +66,4 @@ public: */ void SetTempDir(const wxString& path); }; +