]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/grid.h
minor fixes to reduce number of Doxygen warnings
[wxWidgets.git] / interface / wx / grid.h
index 4fe31735bce87aa20a308679973f943be94c2b2c..fb68f5dcc81d57986bb5a9d450b477e0e1056efd 100644 (file)
@@ -496,13 +496,21 @@ public:
             If allowOthers is @true, the user can type a string not in choices
             array.
     */
-    //@{
     wxGridCellChoiceEditor(size_t count = 0,
                            const wxString choices[] = NULL,
                            bool allowOthers = false);
+
+    /**
+        Choice cell renderer ctor.
+
+        @param choices
+            An array of strings from which the user can choose.
+        @param allowOthers
+            If allowOthers is @true, the user can type a string not in choices
+            array.
+    */
     wxGridCellChoiceEditor(const wxArrayString& choices,
                            bool allowOthers = false);
-    //@}
 
     /**
         Parameters string format is "item1[,item2[...,itemN]]"