]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splash.h
fix many doxygen warnings about undocumented parameters
[wxWidgets.git] / interface / wx / splash.h
index ae408f6bb0c8fd157202bb257fb42bdeccf0510a..1686cf77ee4943b159a826c90e6b124f5baf0bf8 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxSplashScreen
-    @wxheader{splash.h}
 
     wxSplashScreen shows a window with a thin border, displaying a bitmap
     describing your
@@ -24,7 +23,7 @@
       {
           wxSplashScreen* splash = new wxSplashScreen(bitmap,
               wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT,
-              6000, @NULL, -1, wxDefaultPosition, wxDefaultSize,
+              6000, NULL, -1, wxDefaultPosition, wxDefaultSize,
               wxBORDER_SIMPLE|wxSTAY_ON_TOP);
       }
       wxYield();
@@ -59,7 +58,7 @@ public:
     /**
         Destroys the splash screen.
     */
-    ~wxSplashScreen();
+    virtual ~wxSplashScreen();
 
     /**
         Returns the splash style (see wxSplashScreen() for