]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/slider.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / slider.h
index 1faadc7fa3b05b7053128e5ffa3802695092700e..5d20acb9fc373b31ab1b79fa746b75df22cc5638 100644 (file)
 class wxSlider : public wxControl
 {
 public:
-    //@{
+    /**
+       Default constructor
+    */
+    wxSlider();
+    
     /**
         Constructor, creating and showing a slider.
 
@@ -76,7 +80,6 @@ public:
 
         @see Create(), wxValidator
     */
-    wxSlider();
     wxSlider(wxWindow* parent, wxWindowID id, int value,
              int minValue, int maxValue,
              const wxPoint& point = wxDefaultPosition,
@@ -84,7 +87,6 @@ public:
              long style = wxSL_HORIZONTAL,
              const wxValidator& validator = wxDefaultValidator,
              const wxString& name = "slider");
-    //@}
 
     /**
         Destructor, destroying the slider.