]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/helpdata.h
initial native implementation of wxCalendarCtrl for MSW
[wxWidgets.git] / interface / html / helpdata.h
index ea62c1763f8662bb6028a02a5682944f082e2577..f124c123a1fe360af06d43d2d109fc1a172b12c0 100644 (file)
@@ -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);
 };
+