]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbox.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / statbox.h
index c5a0d4207dc0f85f29049845ee0a501fa38a6f37..b6719749cbae2ba6403db47202cfd22a59970cdf 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{staticbox.png}
+    <!-- @appearance{staticbox.png} -->
 
     @see wxStaticText
 */
 class wxStaticBox : public wxControl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxStaticBox();
+    
     /**
         Constructor, creating and showing a static box.
 
@@ -55,14 +59,12 @@ public:
 
         @see Create()
     */
-    wxStaticBox();
     wxStaticBox(wxWindow* parent, wxWindowID id,
                 const wxString& label,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
                 const wxString& name = "staticBox");
-    //@}
 
     /**
         Destructor, destroying the group box.