X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..2a8312bced9d3f3415383a79a15cad2acf447b7e:/interface/wx/html/helpctrl.h

diff --git a/interface/wx/html/helpctrl.h b/interface/wx/html/helpctrl.h
index ee3869a63b..027f116825 100644
--- a/interface/wx/html/helpctrl.h
+++ b/interface/wx/html/helpctrl.h
@@ -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