From 12fd0e1d61b9dc33137ddbd09b3d946e66ce82b7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 14 Nov 2008 18:17:21 +0000 Subject: [PATCH] more Doxygen warning fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/gauge.h | 2 ++ interface/wx/grid.h | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index 52ed8be8a5..2ac9e8934c 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -64,6 +64,8 @@ public: Window size. @param style Gauge style. + @param validator + Window validator. @param name Window name. diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 4a01123316..c10743259d 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -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); //@} -- 2.45.2