]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/helpfrm.h
adjusted indentation with astyle; added Id keyword
[wxWidgets.git] / interface / html / helpfrm.h
index d9a0f7ce496b6e7ec69d796ba067fb7451081b78..d91bad2eba6f7dcecbecef54a12aad50dab5315a 100644 (file)
@@ -9,12 +9,12 @@
 /**
     @class wxHtmlHelpFrame
     @headerfile helpfrm.h wx/html/helpfrm.h
-    
-    This class is used by wxHtmlHelpController 
+
+    This class is used by wxHtmlHelpController
     to display help.
     It is an internal class and should not be used directly - except for the case
     when you're writing your own HTML help controller.
-    
+
     @library{wxhtml}
     @category{FIXME}
 */
@@ -27,10 +27,10 @@ public:
         wxHtmlHelpController.
     */
     wxHtmlHelpFrame(wxHtmlHelpData* data = @NULL);
-        wxHtmlHelpFrame(wxWindow* parent, int wxWindowID,
-                        const wxString& title = wxEmptyString,
-                        int style = wxHF_DEFAULT_STYLE,
-                        wxHtmlHelpData* data = @NULL);
+    wxHtmlHelpFrame(wxWindow* parent, int wxWindowID,
+                    const wxString& title = wxEmptyString,
+                    int style = wxHF_DEFAULT_STYLE,
+                    wxHtmlHelpData* data = @NULL);
     //@}
 
     /**