]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/helpctrl.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / html / helpctrl.h
index ee3869a63bfe2ef42da2c955bf983784bbdb163e..027f116825c1f479b547c51c058bb74f4948d73d 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxHtmlHelpController
-    @headerfile helpctrl.h wx/html/helpctrl.h
 
     This help controller provides an easy way of displaying HTML help in your
     application (see @e test sample). The help system is based on @b books
@@ -161,7 +160,6 @@ public:
 
 /**
     @class wxHtmlModalHelp
-    @headerfile helpctrl.h wx/html/helpctrl.h
 
     This class uses wxHtmlHelpController
     to display help in a modal dialog. This is useful on platforms such as wxMac