]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbmp.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / statbmp.h
index 6a100128f4cdf10ebdcaa77d96ac7eed49f368a4..dde41369503a09b30d0203393ba50d678409232d 100644 (file)
 class wxStaticBitmap : public wxControl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxStaticBitmap();
+    
     /**
         Constructor, creating and showing a static bitmap control.
 
@@ -46,14 +50,12 @@ public:
 
         @see Create()
     */
-    wxStaticBitmap();
     wxStaticBitmap(wxWindow* parent, wxWindowID id,
                    const wxBitmap& label,
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
                    const wxString& name = "staticBitmap");
-    //@}
 
     /**
         Creation function, for two-step construction. For details see wxStaticBitmap().