]> git.saurik.com Git - wxWidgets.git/commitdiff
more Doxygen warning fixes
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Nov 2008 18:17:21 +0000 (18:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Nov 2008 18:17:21 +0000 (18:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/gauge.h
interface/wx/grid.h

index 52ed8be8a536007f18052999396186c2483f4508..2ac9e8934c36f47f80f6c4d99ccb09c8b50e864d 100644 (file)
@@ -64,6 +64,8 @@ public:
             Window size.
         @param style
             Gauge style.
+        @param validator
+            Window validator.
         @param name
             Window name.
 
index 4a011233167310546ffc6099a0d44fbfb711e89a..c10743259d3294a34fc05ab84a230b80ebe93cbe 100644 (file)
@@ -298,8 +298,6 @@ public:
         arbitrary locations. In such case you may implement this method only
         and leave InsertRows() unimplemented.
 
-        @param pos
-            The position of the first new row.
         @param numRows
             The number of rows to add.
      */
@@ -628,6 +626,12 @@ public:
     wxGridCellChoiceEditor(size_t count = 0,
                            const wxString choices[] = NULL,
                            bool allowOthers = false);
+    /**
+        @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);
     //@}